diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-10-11 07:13:10 -0700 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2010-10-11 07:13:10 -0700 |
commit | f67e5211e045af1b12f646448a5a35f96ba5e8f1 (patch) | |
tree | ebec5c38c4f219d7516f13b65caca22c8ab34733 /libc/unistd/abort.c | |
parent | 66ad34293b84d979cae5ffda4b3b90b746127ebb (diff) | |
parent | 9d16a79b18f43faebbe8155dbc14896e9b7d8a2e (diff) | |
download | android_bionic-f67e5211e045af1b12f646448a5a35f96ba5e8f1.tar.gz android_bionic-f67e5211e045af1b12f646448a5a35f96ba5e8f1.tar.bz2 android_bionic-f67e5211e045af1b12f646448a5a35f96ba5e8f1.zip |
Merge "Hide the symbol of helper function __libc_android_abort"
Diffstat (limited to 'libc/unistd/abort.c')
-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 3e3aab0ea..8b8659b8b 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 |