diff options
Diffstat (limited to 'libc/arch-x86/syscalls/timerfd_create.S')
-rw-r--r-- | libc/arch-x86/syscalls/timerfd_create.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/timerfd_create.S b/libc/arch-x86/syscalls/timerfd_create.S index c0bc5b5..343195e 100644 --- a/libc/arch-x86/syscalls/timerfd_create.S +++ b/libc/arch-x86/syscalls/timerfd_create.S @@ -19,7 +19,6 @@ ENTRY(timerfd_create) pushl %eax call __set_errno addl $4, %esp - orl $-1, %eax 1: popl %ecx popl %ebx |