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