diff options
Diffstat (limited to 'gcc/gthr-posix.h')
-rw-r--r-- | gcc/gthr-posix.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h index f420e5f8be5..1b765d2359a 100644 --- a/gcc/gthr-posix.h +++ b/gcc/gthr-posix.h @@ -45,16 +45,16 @@ typedef pthread_mutex_t __gthread_mutex_t; #if SUPPORTS_WEAK && GTHREAD_USE_WEAK -#pragma weak pthread_once -#pragma weak pthread_key_create -#pragma weak pthread_key_delete -#pragma weak pthread_getspecific -#pragma weak pthread_setspecific -#pragma weak pthread_create - -#pragma weak pthread_mutex_lock -#pragma weak pthread_mutex_trylock -#pragma weak pthread_mutex_unlock + #pragma weak pthread_once + #pragma weak pthread_key_create + #pragma weak pthread_key_delete + #pragma weak pthread_getspecific + #pragma weak pthread_setspecific + #pragma weak pthread_create + + #pragma weak pthread_mutex_lock + #pragma weak pthread_mutex_trylock + #pragma weak pthread_mutex_unlock static void *__gthread_active_ptr = &pthread_create; |