Commit d92a3b38 by Jason Merrill Committed by Jason Merrill

* gthr-posix.h, gthr-dce.h: Add #pragma weaks.

From-SVN: r86784
parent 70008293
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment