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