From 6f9b26b05c24e9222399ef241afe58abf7106555 Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Tue, 15 May 2001 16:29:06 +0000 Subject: * gthr-posix.h: Make additional pthread-* functions weak. From-SVN: r42107 --- gcc/gthr-posix.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/gthr-posix.h') diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h index 7b92316..1e70f72 100644 --- a/gcc/gthr-posix.h +++ b/gcc/gthr-posix.h @@ -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; -- cgit v1.1