aboutsummaryrefslogtreecommitdiff
path: root/gcc/gthr-posix95.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-11-13 11:16:43 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-11-13 10:16:43 +0000
commit7a9018e45b9a0f8a28ec5ebf2aeba82cc11f55d1 (patch)
tree8903e13f22b3afe7b895addabc961926d51abbc9 /gcc/gthr-posix95.h
parent51caaefe17ece564e44fdf6c98dba20569c95663 (diff)
downloadgcc-7a9018e45b9a0f8a28ec5ebf2aeba82cc11f55d1.zip
gcc-7a9018e45b9a0f8a28ec5ebf2aeba82cc11f55d1.tar.gz
gcc-7a9018e45b9a0f8a28ec5ebf2aeba82cc11f55d1.tar.bz2
gthr-posix95.h: Remove declaration of pthread_mutexattr_settype and duplicate declaration of...
* gthr-posix95.h: Remove declaration of pthread_mutexattr_settype and duplicate declaration of pthread_self. From-SVN: r106861
Diffstat (limited to 'gcc/gthr-posix95.h')
-rw-r--r--gcc/gthr-posix95.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gthr-posix95.h b/gcc/gthr-posix95.h
index 87da704..71661eb 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);