From c9a41a69971b10186f0c9947fd9868d4d570884f Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 15 Oct 2010 02:27:50 +0800 Subject: [PATCH] pthread-timers: Hide internal symbol __timer_table_start_stop Change-Id: If99c5816fe6fa9107aa6bef4697048fabf92283f --- libc/bionic/pthread-timers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {