commit | c9a41a69971b10186f0c9947fd9868d4d570884f | [log] [tgz] |
---|---|---|
author | Jim Huang <jserv@0xlab.org> | Fri Oct 15 02:27:50 2010 +0800 |
committer | Jim Huang <jserv@0xlab.org> | Fri Oct 15 02:28:22 2010 +0800 |
tree | c28e1579f07e8c60f0cc7df9a43d9dac04709bed | |
parent | f67e5211e045af1b12f646448a5a35f96ba5e8f1 [diff] [blame] |
pthread-timers: Hide internal symbol __timer_table_start_stop Change-Id: If99c5816fe6fa9107aa6bef4697048fabf92283f
diff --git a/libc/bionic/pthread-timers.c b/libc/bionic/pthread-timers.c index 7b9c99e..ae04029 100644 --- a/libc/bionic/pthread-timers.c +++ b/libc/bionic/pthread-timers.c
@@ -260,7 +260,7 @@ ** 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) {