summaryrefslogtreecommitdiff
path: root/gcc/gthr-posix.h
diff options
context:
space:
mode:
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-01 17:12:52 +0000
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-01 17:12:52 +0000
commit7123966132d502ba070fe21d914a418482a75ce9 (patch)
tree1a0f712cbc8547283c515d6c00a9736165f45f93 /gcc/gthr-posix.h
parent303fd117fc141a05e1218c20324115cc326e3375 (diff)
downloadgcc-7123966132d502ba070fe21d914a418482a75ce9.tar.gz
2008-03-01 Janne Blomqvist <jb@gcc.gnu.org>
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132802 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-posix.h')
-rw-r--r--gcc/gthr-posix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h
index b0c9ebbc370..a6c9ba3b54f 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