summaryrefslogtreecommitdiffstats
path: root/libc/unistd
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-11 07:27:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-11 07:27:01 -0700
commitff7d94530db60cf4fe4a4c287ee8821ebdf6263a (patch)
treed96451dc3f2673a4205740c50cb9c8578cd59ad0 /libc/unistd
parentd69ec35bef0d3aa11bfb55501951eed8c3042fda (diff)
parentf67e5211e045af1b12f646448a5a35f96ba5e8f1 (diff)
downloadbionic-ff7d94530db60cf4fe4a4c287ee8821ebdf6263a.zip
bionic-ff7d94530db60cf4fe4a4c287ee8821ebdf6263a.tar.gz
bionic-ff7d94530db60cf4fe4a4c287ee8821ebdf6263a.tar.bz2
am f67e5211: Merge "Hide the symbol of helper function __libc_android_abort"
Merge commit 'f67e5211e045af1b12f646448a5a35f96ba5e8f1' into gingerbread-plus-aosp * commit 'f67e5211e045af1b12f646448a5a35f96ba5e8f1': Hide the symbol of helper function __libc_android_abort
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/abort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/abort.c b/libc/unistd/abort.c
index 3e3aab0..8b8659b 100644
--- a/libc/unistd/abort.c
+++ b/libc/unistd/abort.c
@@ -40,7 +40,7 @@
__libc_android_log_print(ANDROID_LOG_DEBUG, "libc-abort", (format), ##__VA_ARGS__ )
#ifdef __arm__
-void
+__LIBC_HIDDEN__ void
__libc_android_abort(void)
#else
void