diff options
Diffstat (limited to 'libc/arch-x86_64/syscalls/fchmod.S')
-rw-r--r-- | libc/arch-x86_64/syscalls/fchmod.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86_64/syscalls/fchmod.S b/libc/arch-x86_64/syscalls/fchmod.S index 899d796..868638f 100644 --- a/libc/arch-x86_64/syscalls/fchmod.S +++ b/libc/arch-x86_64/syscalls/fchmod.S @@ -9,7 +9,7 @@ ENTRY(fchmod) jb 1f negl %eax movl %eax, %edi - call PIC_PLT(__set_errno) + call __set_errno 1: ret END(fchmod) |