Commit 6f9b26b0 by Loren J. Rittle Committed by Loren J. Rittle

* gthr-posix.h: Make additional pthread-* functions weak.

From-SVN: r42107
parent 66aa2d30
2001-05-15 Loren J. Rittle <ljrittle@acm.org>
* gthr-posix.h: Make additional pthread-* functions weak.
Tue May 15 13:51:32 CEST 2001 Jan Hubicka <jh@suse.cz>
* recog.c (apply_change_group): Avoid unneeded validating.
......
......@@ -68,6 +68,11 @@ typedef pthread_mutex_t __gthread_mutex_t;
#pragma weak pthread_mutex_destroy
#pragma weak pthread_self
#pragma weak sched_yield
#pragma weak pthread_attr_destroy
#pragma weak pthread_attr_init
#pragma weak pthread_attr_setdetachstate
#pragma weak pthread_getschedparam
#pragma weak pthread_setschedparam
#endif
static void *__gthread_active_ptr = &pthread_create;
......
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