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