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