| author | |
| committer | |
| log | 888af655e0e9a3e2f0432800942cb7f7e8989d27 |
| tree | 5d76017e1d08dc9db5c1320f209a83742b7f2cac |
| parent | 8fd88fdb31e638e9483e08fc42de2514fd4a616a |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/c/linux.zig+2| ... | ... | @@ -87,6 +87,8 @@ pub extern "c" fn sigaltstack(ss: ?*stack_t, old_ss: ?*stack_t) c_int; |
| 87 | 87 | |
| 88 | 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 | 92 | pub extern "c" fn ftruncate64(fd: c_int, length: off_t) c_int; |
| 91 | 93 | |
| 92 | 94 | pub extern "c" fn sendfile( |