diff options
Diffstat (limited to 'libc/arch-x86/syscalls/tgkill.S')
-rw-r--r-- | libc/arch-x86/syscalls/tgkill.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/arch-x86/syscalls/tgkill.S b/libc/arch-x86/syscalls/tgkill.S index aab80e1..7a43a01 100644 --- a/libc/arch-x86/syscalls/tgkill.S +++ b/libc/arch-x86/syscalls/tgkill.S @@ -2,8 +2,6 @@ #include <private/bionic_asm.h> - .hidden __set_errno - ENTRY(tgkill) pushl %ebx .cfi_def_cfa_offset 8 @@ -23,7 +21,7 @@ ENTRY(tgkill) jb 1f negl %eax pushl %eax - call __set_errno + call __set_errno_internal addl $4, %esp 1: popl %edx |