diff options
Diffstat (limited to 'libc/arch-x86/syscalls/fchownat.S')
-rw-r--r-- | libc/arch-x86/syscalls/fchownat.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/fchownat.S b/libc/arch-x86/syscalls/fchownat.S index bfe61e9..de039d0 100644 --- a/libc/arch-x86/syscalls/fchownat.S +++ b/libc/arch-x86/syscalls/fchownat.S @@ -31,7 +31,6 @@ ENTRY(fchownat) pushl %eax call __set_errno addl $4, %esp - orl $-1, %eax 1: popl %edi popl %esi |