summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls/fchmod.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/syscalls/fchmod.S')
-rw-r--r--libc/arch-x86/syscalls/fchmod.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/fchmod.S b/libc/arch-x86/syscalls/fchmod.S
index 92fb3fe..4badcea 100644
--- a/libc/arch-x86/syscalls/fchmod.S
+++ b/libc/arch-x86/syscalls/fchmod.S
@@ -17,7 +17,7 @@ ENTRY(fchmod)
jb 1f
negl %eax
pushl %eax
- call PIC_PLT(__set_errno)
+ call __set_errno
addl $4, %esp
1:
popl %ecx