| ... | @@ -2821,6 +2821,7 @@ pub const libc = struct { | ... | @@ -2821,6 +2821,7 @@ pub const libc = struct { |
| 2821 | pub extern fn getrandom(buf: [*]u8, size: usize, flags: c_uint) isize; | 2821 | pub extern fn getrandom(buf: [*]u8, size: usize, flags: c_uint) isize; |
| 2822 | pub extern fn flock(fd: c_int, op: c_int) c_int; | 2822 | pub extern fn flock(fd: c_int, op: c_int) c_int; |
| 2823 | pub extern fn copy_file_range(fd_int: c_int, off_in: ?*off_t, fd_out: c_int, off_out: ?*off_t, size: usize, flags: c_uint) isize; | 2823 | pub extern fn copy_file_range(fd_int: c_int, off_in: ?*off_t, fd_out: c_int, off_out: ?*off_t, size: usize, flags: c_uint) isize; |
| | 2824 | pub extern fn arc4random_buf(buf: [*]u8, n: usize) void; |
| 2824 | }; | 2825 | }; |
| 2825 | | 2826 | |
| 2826 | comptime { | 2827 | comptime { |