diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-10-11 07:27:01 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-11 07:27:01 -0700 |
commit | ff7d94530db60cf4fe4a4c287ee8821ebdf6263a (patch) | |
tree | d96451dc3f2673a4205740c50cb9c8578cd59ad0 /libc/unistd | |
parent | d69ec35bef0d3aa11bfb55501951eed8c3042fda (diff) | |
parent | f67e5211e045af1b12f646448a5a35f96ba5e8f1 (diff) | |
download | bionic-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.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 |