summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-13 10:16:43 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-13 10:16:43 +0000
commit6c324a0921d62511d798cae1f80bcfeedc0cd5a5 (patch)
tree8903e13f22b3afe7b895addabc961926d51abbc9
parentaadbaa4023fe0e7b1ee073f33ca0a6cccd5c2e55 (diff)
downloadppe42-gcc-6c324a0921d62511d798cae1f80bcfeedc0cd5a5.tar.gz
ppe42-gcc-6c324a0921d62511d798cae1f80bcfeedc0cd5a5.zip
* gthr-posix95.h: Remove declaration of pthread_mutexattr_settype
and duplicate declaration of pthread_self. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106861 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/gthr-posix95.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index dcd74dae752..5d0627bee2d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-13 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gthr-posix95.h: Remove declaration of pthread_mutexattr_settype
+ and duplicate declaration of pthread_self.
+
2005-11-13 Eric Botcazou <ebotcazou@adacore.com>
Ian Lance Taylor <ian@airs.com>
diff --git a/gcc/gthr-posix95.h b/gcc/gthr-posix95.h
index 87da7047d87..71661eb8091 100644
--- a/gcc/gthr-posix95.h
+++ b/gcc/gthr-posix95.h
@@ -80,7 +80,6 @@ __gthrw(pthread_mutex_lock);
__gthrw(pthread_mutex_trylock);
__gthrw(pthread_mutex_unlock);
__gthrw(pthread_mutexattr_init);
-__gthrw(pthread_mutexattr_settype);
__gthrw(pthread_mutexattr_destroy);
__gthrw(pthread_mutex_init);
@@ -94,7 +93,6 @@ __gthrw(pthread_cond_signal);
__gthrw(pthread_cond_wait);
__gthrw(pthread_exit);
__gthrw(pthread_mutex_destroy);
-__gthrw(pthread_self);
#ifdef _POSIX_PRIORITY_SCHEDULING
#ifdef _POSIX_THREAD_PRIORITY_SCHEDULING
__gthrw(sched_get_priority_max);
OpenPOWER on IntegriCloud