aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Huang <jserv@0xlab.org>2010-10-15 02:27:50 +0800
committerJim Huang <jserv@0xlab.org>2010-10-15 02:28:22 +0800
commitc9a41a69971b10186f0c9947fd9868d4d570884f (patch)
treec28e1579f07e8c60f0cc7df9a43d9dac04709bed
parentf67e5211e045af1b12f646448a5a35f96ba5e8f1 (diff)
downloadandroid_bionic-c9a41a69971b10186f0c9947fd9868d4d570884f.tar.gz
android_bionic-c9a41a69971b10186f0c9947fd9868d4d570884f.tar.bz2
android_bionic-c9a41a69971b10186f0c9947fd9868d4d570884f.zip
pthread-timers: Hide internal symbol __timer_table_start_stop
Change-Id: If99c5816fe6fa9107aa6bef4697048fabf92283f
-rw-r--r--libc/bionic/pthread-timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/pthread-timers.c b/libc/bionic/pthread-timers.c
index 7b9c99e1c..ae04029eb 100644
--- a/libc/bionic/pthread-timers.c
+++ b/libc/bionic/pthread-timers.c
@@ -260,7 +260,7 @@ __timer_table_get(void)
** requirements: the timers of fork child processes must be
** disarmed but not deleted.
**/
-void
+__LIBC_HIDDEN__ void
__timer_table_start_stop( int stop )
{
if (__timer_table != NULL) {