| author | |
| committer | |
| log | 7c8d0cc67876ce2059a8a7b2bc35f4948a2e42c8 |
| tree | 554ce56f894c66013dc8917f8dd0ee58ad77d025 |
| parent | a83aab5209a040dc8718c71de87a1fa72967ba9d |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/linux.zig+1-1| ... | ... | @@ -417,7 +417,7 @@ pub fn ftruncate(fd: i32, length: u64) usize { |
| 417 | 417 | } |
| 418 | 418 | } |
| 419 | 419 | |
| 420 | pub fn pwrite(fd: i32, buf: [*]const u8, count: usize, offset: usize) usize { | |
| 420 | pub fn pwrite(fd: i32, buf: [*]const u8, count: usize, offset: u64) usize { | |
| 421 | 421 | if (@hasField(SYS, "pwrite64")) { |
| 422 | 422 | if (require_aligned_register_pair) { |
| 423 | 423 | return syscall6( |