diff options
author | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-01 17:12:52 +0000 |
---|---|---|
committer | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-01 17:12:52 +0000 |
commit | 7123966132d502ba070fe21d914a418482a75ce9 (patch) | |
tree | 1a0f712cbc8547283c515d6c00a9736165f45f93 /gcc/gthr-posix95.h | |
parent | 303fd117fc141a05e1218c20324115cc326e3375 (diff) | |
download | gcc-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-posix95.h')
-rw-r--r-- | gcc/gthr-posix95.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gthr-posix95.h b/gcc/gthr-posix95.h index d993c1309af..625f799e8fc 100644 --- a/gcc/gthr-posix95.h +++ b/gcc/gthr-posix95.h @@ -97,7 +97,6 @@ __gthrw(pthread_cond_destroy) __gthrw(pthread_cond_init) __gthrw(pthread_cond_signal) __gthrw(pthread_exit) -__gthrw(pthread_mutex_destroy) #ifdef _POSIX_PRIORITY_SCHEDULING #ifdef _POSIX_THREAD_PRIORITY_SCHEDULING __gthrw(sched_get_priority_max) |