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, 0 insertions, 1 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 f7b940f52..ddfd32bdb 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c @@ -35,7 +35,6 @@ clear_once_control (void *arg) int -attribute_hidden __pthread_once (once_control, init_routine) pthread_once_t *once_control; void (*init_routine) (void); |