summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls/__ppoll.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/syscalls/__ppoll.S')
-rw-r--r--libc/arch-x86/syscalls/__ppoll.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/arch-x86/syscalls/__ppoll.S b/libc/arch-x86/syscalls/__ppoll.S
index e48f841..2a1f76e 100644
--- a/libc/arch-x86/syscalls/__ppoll.S
+++ b/libc/arch-x86/syscalls/__ppoll.S
@@ -2,8 +2,6 @@
#include <private/bionic_asm.h>
- .hidden __set_errno
-
ENTRY(__ppoll)
pushl %ebx
.cfi_def_cfa_offset 8
@@ -31,7 +29,7 @@ ENTRY(__ppoll)
jb 1f
negl %eax
pushl %eax
- call __set_errno
+ call __set_errno_internal
addl $4, %esp
1:
popl %edi