mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 04:20:29 +08:00
* gthr-posix.h, gthr-dce.h: Add #pragma weaks.
From-SVN: r86784
This commit is contained in:
parent
70008293df
commit
d92a3b384c
@ -1,6 +1,6 @@
|
||||
2004-08-30 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* gthr-posix.h: Add #pragma weaks.
|
||||
* gthr-posix.h, gthr-dce.h: Add #pragma weaks.
|
||||
|
||||
2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
|
@ -74,6 +74,9 @@ 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_create
|
||||
#pragma weak pthread_mutexattr_setkind_np
|
||||
#pragma weak pthread_mutexattr_delete
|
||||
|
||||
#ifdef _LIBOBJC
|
||||
/* Objective-C. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user