summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64/syscalls/epoll_create1.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86_64/syscalls/epoll_create1.S')
-rw-r--r--libc/arch-x86_64/syscalls/epoll_create1.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/arch-x86_64/syscalls/epoll_create1.S b/libc/arch-x86_64/syscalls/epoll_create1.S
index fa3c6d7..196a3c7 100644
--- a/libc/arch-x86_64/syscalls/epoll_create1.S
+++ b/libc/arch-x86_64/syscalls/epoll_create1.S
@@ -10,7 +10,6 @@ ENTRY(epoll_create1)
negl %eax
movl %eax, %edi
call __set_errno
- orq $-1, %rax
1:
ret
END(epoll_create1)