summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/bionic/syscall.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/bionic/syscall.S')
-rw-r--r--libc/arch-x86/bionic/syscall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/bionic/syscall.S b/libc/arch-x86/bionic/syscall.S
index 8e76c4e..f85ec39 100644
--- a/libc/arch-x86/bionic/syscall.S
+++ b/libc/arch-x86/bionic/syscall.S
@@ -38,7 +38,7 @@ ENTRY(syscall)
# Yes, so set errno.
negl %eax
pushl %eax
- call __set_errno
+ call __set_errno_internal
addl $4, %esp
1:
# Restore the callee save registers.