* gthr-posix.h: Add #pragma weaks.
From-SVN: r86783
This commit is contained in:
parent
315fb5dbc9
commit
70008293df
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-08-30 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* gthr-posix.h: Add #pragma weaks.
|
||||
|
||||
2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
|
||||
|
|
|
@ -70,6 +70,11 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t;
|
|||
#pragma weak pthread_mutex_lock
|
||||
#pragma weak pthread_mutex_trylock
|
||||
#pragma weak pthread_mutex_unlock
|
||||
#pragma weak pthread_mutexattr_init
|
||||
#pragma weak pthread_mutexattr_settype
|
||||
#pragma weak pthread_mutexattr_destroy
|
||||
|
||||
#pragma weak pthread_mutex_init
|
||||
|
||||
#if defined(_LIBOBJC) || defined(_LIBOBJC_WEAK)
|
||||
/* Objective-C. */
|
||||
|
@ -79,7 +84,6 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t;
|
|||
#pragma weak pthread_cond_signal
|
||||
#pragma weak pthread_cond_wait
|
||||
#pragma weak pthread_exit
|
||||
#pragma weak pthread_mutex_init
|
||||
#pragma weak pthread_mutex_destroy
|
||||
#pragma weak pthread_self
|
||||
#ifdef _POSIX_PRIORITY_SCHEDULING
|
||||
|
|
Loading…
Add table
Reference in a new issue