diff options
author | Jim Huang <jserv@0xlab.org> | 2010-10-15 02:27:50 +0800 |
---|---|---|
committer | Jim Huang <jserv@0xlab.org> | 2010-10-15 02:28:22 +0800 |
commit | c9a41a69971b10186f0c9947fd9868d4d570884f (patch) | |
tree | c28e1579f07e8c60f0cc7df9a43d9dac04709bed | |
parent | f67e5211e045af1b12f646448a5a35f96ba5e8f1 (diff) | |
download | android_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.c | 2 |
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) { |