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