gthr-posix95.h: Remove declaration of pthread_mutexattr_settype and duplicate declara...
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 13 Nov 2005 10:16:43 +0000 (11:16 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 13 Nov 2005 10:16:43 +0000 (10:16 +0000)
* gthr-posix95.h: Remove declaration of pthread_mutexattr_settype
and duplicate declaration of pthread_self.

From-SVN: r106861

gcc/ChangeLog
gcc/gthr-posix95.h

index dcd74dae752c2b90e2a802a5e916f8a6b1ddb18d..5d0627bee2da924a85681435ec14ebe6d286804f 100644 (file)
@@ -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>
 
index 87da7047d87d119ecada1138f7fd9dc58d04dae3..71661eb8091f6e4843f6b095d648a39ab9315271 100644 (file)
@@ -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);