pthread-timers: Hide internal symbol __timer_table_start_stop

Change-Id: If99c5816fe6fa9107aa6bef4697048fabf92283f
This commit is contained in:
Jim Huang 2010-10-15 02:27:50 +08:00
parent f67e5211e0
commit c9a41a6997

View File

@ -260,7 +260,7 @@ __timer_table_get(void)
** requirements: the timers of fork child processes must be ** requirements: the timers of fork child processes must be
** disarmed but not deleted. ** disarmed but not deleted.
**/ **/
void __LIBC_HIDDEN__ void
__timer_table_start_stop( int stop ) __timer_table_start_stop( int stop )
{ {
if (__timer_table != NULL) { if (__timer_table != NULL) {