diff options
Diffstat (limited to 'libc/arch-x86/syscalls/fallocate64.S')
| -rw-r--r-- | libc/arch-x86/syscalls/fallocate64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/fallocate64.S b/libc/arch-x86/syscalls/fallocate64.S index 3bfe4df..f8bde62 100644 --- a/libc/arch-x86/syscalls/fallocate64.S +++ b/libc/arch-x86/syscalls/fallocate64.S @@ -33,7 +33,7 @@ ENTRY(fallocate64) jb 1f negl %eax pushl %eax - call PIC_PLT(__set_errno) + call __set_errno addl $4, %esp 1: popl %ebp |
