summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64/syscalls/flistxattr.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86_64/syscalls/flistxattr.S')
-rw-r--r--libc/arch-x86_64/syscalls/flistxattr.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/arch-x86_64/syscalls/flistxattr.S b/libc/arch-x86_64/syscalls/flistxattr.S
index e0e5b8b..53c58d0 100644
--- a/libc/arch-x86_64/syscalls/flistxattr.S
+++ b/libc/arch-x86_64/syscalls/flistxattr.S
@@ -2,6 +2,8 @@
#include <private/bionic_asm.h>
+ .hidden __set_errno
+
ENTRY(flistxattr)
movl $__NR_flistxattr, %eax
syscall