| ... | @@ -87,6 +87,8 @@ pub extern "c" fn sigaltstack(ss: ?*stack_t, old_ss: ?*stack_t) c_int; | ... | @@ -87,6 +87,8 @@ pub extern "c" fn sigaltstack(ss: ?*stack_t, old_ss: ?*stack_t) c_int; |
| 87 | | 87 | |
| 88 | pub extern "c" fn memfd_create(name: [*:0]const u8, flags: c_uint) c_int; | 88 | pub extern "c" fn memfd_create(name: [*:0]const u8, flags: c_uint) c_int; |
| 89 | | 89 | |
| | 90 | pub extern "c" fn fallocate(fd: fd_t, mode: c_int, offset: off_t, len: off_t) c_int; |
| | 91 | |
| 90 | pub extern "c" fn ftruncate64(fd: c_int, length: off_t) c_int; | 92 | pub extern "c" fn ftruncate64(fd: c_int, length: off_t) c_int; |
| 91 | | 93 | |
| 92 | pub extern "c" fn sendfile( | 94 | pub extern "c" fn sendfile( |