diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-10-12 01:45:31 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-12 01:45:31 -0700 |
commit | 168f267723234d3921d6419f0ad36af7e7c965b3 (patch) | |
tree | 883adef49cea55eeb65b36560bf79eabc37b6a61 /libc/unistd | |
parent | 2410512c4ff29ff9375640261dd7e07fc308930d (diff) | |
parent | ff7d94530db60cf4fe4a4c287ee8821ebdf6263a (diff) | |
download | bionic-168f267723234d3921d6419f0ad36af7e7c965b3.zip bionic-168f267723234d3921d6419f0ad36af7e7c965b3.tar.gz bionic-168f267723234d3921d6419f0ad36af7e7c965b3.tar.bz2 |
am ff7d9453: am f67e5211: Merge "Hide the symbol of helper function __libc_android_abort"
Merge commit 'ff7d94530db60cf4fe4a4c287ee8821ebdf6263a'
* commit 'ff7d94530db60cf4fe4a4c287ee8821ebdf6263a':
Hide the symbol of helper function __libc_android_abort
Diffstat (limited to 'libc/unistd')
-rw-r--r-- | libc/unistd/abort.c | 2 |
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 |