summaryrefslogtreecommitdiffstats
path: root/libc/private
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-08-18 14:37:42 -0700
committerDan Albert <danalbert@google.com>2014-08-18 14:37:42 -0700
commitce6b1abbb1da797e716d8ec03da4e3b6304fd11d (patch)
tree75acb30cfbe62bf3141fd01f7a37cc53c1d82dea /libc/private
parent54d24e099c24d0811ae723640d4e12e9558cab73 (diff)
downloadbionic-ce6b1abbb1da797e716d8ec03da4e3b6304fd11d.tar.gz
bionic-ce6b1abbb1da797e716d8ec03da4e3b6304fd11d.tar.bz2
bionic-ce6b1abbb1da797e716d8ec03da4e3b6304fd11d.zip
Expose android_set_abort_message().
Removes the leading underscores from __android_set_abort_message() and moves its declaration into a public header file. Bug: 17059126 Change-Id: I470c79db47ec783ea7a54b800f8b78ecbe7479ab
Diffstat (limited to 'libc/private')
-rw-r--r--libc/private/libc_logging.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/private/libc_logging.h b/libc/private/libc_logging.h
index 35c756bb9..da2192bba 100644
--- a/libc/private/libc_logging.h
+++ b/libc/private/libc_logging.h
@@ -69,8 +69,6 @@ struct abort_msg_t {
char msg[0];
};
-void __android_set_abort_message(const char* msg);
-
//
// Formats a message to the log (priority 'fatal'), then aborts.
//