summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm64/syscalls/fremovexattr.S
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-08-09 06:45:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-09 00:45:27 +0000
commitf4d21fba064c398110ec0428afc0a025afb2254e (patch)
treef54dd8139f542ae547a45352676d5129d91eb235 /libc/arch-arm64/syscalls/fremovexattr.S
parent49de01a5be7bfb07baaea7415647d838383e1b59 (diff)
parente35fd48a832cddbedcf84773fd1922f735ae7829 (diff)
downloadbionic-f4d21fba064c398110ec0428afc0a025afb2254e.zip
bionic-f4d21fba064c398110ec0428afc0a025afb2254e.tar.gz
bionic-f4d21fba064c398110ec0428afc0a025afb2254e.tar.bz2
Merge "Make __set_errno hidden in asm." into lmp-dev
Diffstat (limited to 'libc/arch-arm64/syscalls/fremovexattr.S')
-rw-r--r--libc/arch-arm64/syscalls/fremovexattr.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/arch-arm64/syscalls/fremovexattr.S b/libc/arch-arm64/syscalls/fremovexattr.S
index d43430f..8dd107d 100644
--- a/libc/arch-arm64/syscalls/fremovexattr.S
+++ b/libc/arch-arm64/syscalls/fremovexattr.S
@@ -2,6 +2,8 @@
#include <private/bionic_asm.h>
+ .hidden __set_errno
+
ENTRY(fremovexattr)
mov x8, __NR_fremovexattr
svc #0