Merge "pthread-timers: Hide internal symbol __timer_table_start_stop"
This commit is contained in:
commit
2215c11325
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue