summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64/syscalls/__accept4.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86_64/syscalls/__accept4.S')
-rw-r--r--libc/arch-x86_64/syscalls/__accept4.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86_64/syscalls/__accept4.S b/libc/arch-x86_64/syscalls/__accept4.S
index 375a78b..c566b83 100644
--- a/libc/arch-x86_64/syscalls/__accept4.S
+++ b/libc/arch-x86_64/syscalls/__accept4.S
@@ -10,7 +10,7 @@ ENTRY(__accept4)
jb 1f
negl %eax
movl %eax, %edi
- call __set_errno
+ call PIC_PLT(__set_errno)
1:
ret
END(__accept4)