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