summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64/syscalls/__epoll_pwait.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86_64/syscalls/__epoll_pwait.S')
-rw-r--r--libc/arch-x86_64/syscalls/__epoll_pwait.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/arch-x86_64/syscalls/__epoll_pwait.S b/libc/arch-x86_64/syscalls/__epoll_pwait.S
index 4271b53..b0aee80 100644
--- a/libc/arch-x86_64/syscalls/__epoll_pwait.S
+++ b/libc/arch-x86_64/syscalls/__epoll_pwait.S
@@ -2,6 +2,8 @@
#include <private/bionic_asm.h>
+ .hidden __set_errno
+
ENTRY(__epoll_pwait)
movq %rcx, %r10
movl $__NR_epoll_pwait, %eax