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