From 5eb4a9af17425b88532437c4c1c97bef313ac443 Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Sat, 1 Mar 2008 19:12:52 +0200 Subject: re PR libfortran/35063 (Clean up use of destroy_unit_mutex()) 2008-03-01 Janne Blomqvist PR gcc/35063 * gthr-posix.h (__gthread_mutex_destroy): Remove extra declarations. * gthr-posix95.h (__gthread_mutex_destroy): Likewise. Note this fixes regression from previous patch. From-SVN: r132802 --- gcc/gthr-posix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/gthr-posix.h') diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h index b0c9ebb..a6c9ba3 100644 --- a/gcc/gthr-posix.h +++ b/gcc/gthr-posix.h @@ -126,14 +126,12 @@ __gthrw3(pthread_cond_destroy) __gthrw3(pthread_cond_init) __gthrw3(pthread_cond_signal) __gthrw3(pthread_exit) -__gthrw3(pthread_mutex_destroy) __gthrw3(pthread_self) #else __gthrw(pthread_cond_destroy) __gthrw(pthread_cond_init) __gthrw(pthread_cond_signal) __gthrw(pthread_exit) -__gthrw(pthread_mutex_destroy) __gthrw(pthread_self) #endif /* __osf__ && _PTHREAD_USE_MANGLED_NAMES_ */ #ifdef _POSIX_PRIORITY_SCHEDULING -- cgit v1.1