diff options
Diffstat (limited to 'libc/arch-x86_64/syscalls/mount.S')
-rw-r--r-- | libc/arch-x86_64/syscalls/mount.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/arch-x86_64/syscalls/mount.S b/libc/arch-x86_64/syscalls/mount.S index df488c3..04534c9 100644 --- a/libc/arch-x86_64/syscalls/mount.S +++ b/libc/arch-x86_64/syscalls/mount.S @@ -11,7 +11,6 @@ ENTRY(mount) negl %eax movl %eax, %edi call __set_errno - orq $-1, %rax 1: ret END(mount) |