diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c index ddfd32bdb..f7b940f52 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c @@ -35,6 +35,7 @@ clear_once_control (void *arg)  int +attribute_hidden  __pthread_once (once_control, init_routine)       pthread_once_t *once_control;       void (*init_routine) (void);  | 
