| ... | @@ -229,7 +229,7 @@ pub const EAI = enum(c_int) { | ... | @@ -229,7 +229,7 @@ pub const EAI = enum(c_int) { |
| 229 | pub extern "c" fn fallocate64(fd: fd_t, mode: c_int, offset: off_t, len: off_t) c_int; | 229 | pub extern "c" fn fallocate64(fd: fd_t, mode: c_int, offset: off_t, len: off_t) c_int; |
| 230 | pub extern "c" fn fopen64(noalias filename: [*:0]const u8, noalias modes: [*:0]const u8) ?*FILE; | 230 | pub extern "c" fn fopen64(noalias filename: [*:0]const u8, noalias modes: [*:0]const u8) ?*FILE; |
| 231 | pub extern "c" fn fstat64(fd: fd_t, buf: *Stat) c_int; | 231 | pub extern "c" fn fstat64(fd: fd_t, buf: *Stat) c_int; |
| 232 | pub extern "c" fn fstatat64(dirfd: fd_t, path: [*:0]const u8, stat_buf: *Stat, flags: u32) c_int; | 232 | pub extern "c" fn fstatat64(dirfd: fd_t, noalias path: [*:0]const u8, noalias stat_buf: *Stat, flags: u32) c_int; |
| 233 | pub extern "c" fn ftruncate64(fd: c_int, length: off_t) c_int; | 233 | pub extern "c" fn ftruncate64(fd: c_int, length: off_t) c_int; |
| 234 | pub extern "c" fn getrlimit64(resource: rlimit_resource, rlim: *rlimit) c_int; | 234 | pub extern "c" fn getrlimit64(resource: rlimit_resource, rlim: *rlimit) c_int; |
| 235 | pub extern "c" fn lseek64(fd: fd_t, offset: i64, whence: c_int) i64; | 235 | pub extern "c" fn lseek64(fd: fd_t, offset: i64, whence: c_int) i64; |