summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64/syscalls/lsetxattr.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86_64/syscalls/lsetxattr.S')
-rw-r--r--libc/arch-x86_64/syscalls/lsetxattr.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/arch-x86_64/syscalls/lsetxattr.S b/libc/arch-x86_64/syscalls/lsetxattr.S
index 905bd3b..965ee03 100644
--- a/libc/arch-x86_64/syscalls/lsetxattr.S
+++ b/libc/arch-x86_64/syscalls/lsetxattr.S
@@ -2,8 +2,6 @@
#include <private/bionic_asm.h>
- .hidden __set_errno
-
ENTRY(lsetxattr)
movq %rcx, %r10
movl $__NR_lsetxattr, %eax
@@ -12,7 +10,7 @@ ENTRY(lsetxattr)
jb 1f
negl %eax
movl %eax, %edi
- call __set_errno
+ call __set_errno_internal
1:
ret
END(lsetxattr)