summaryrefslogtreecommitdiff
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-16 15:31:32 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-16 15:31:32 +0000
commitfd888bef4460b1923ee177c5fb7a3337aa1a945f (patch)
tree8794592eec0deb1905d588e8cf655100cdab8995 /libc/sysdeps
parent58ac99c7123e5ec489ed4868e89f50f3afaecf62 (diff)
Undo earlier change and sync new linuxthreads' guard w/ old
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_pthread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_pthread.h b/libc/sysdeps/linux/common/bits/uClibc_pthread.h
index df12fc348..a3be2ca35 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_pthread.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_pthread.h
@@ -27,13 +27,11 @@
# error "Always include <pthread.h> rather than <bits/uClibc_pthread.h>"
#endif
-#if defined _LIBC && ( defined IS_IN_libc || defined NOT_IN_libc )
extern int __pthread_mutex_init (pthread_mutex_t *__restrict __mutex,
__const pthread_mutexattr_t *__restrict
__mutex_attr) attribute_hidden;
extern int __pthread_mutex_trylock (pthread_mutex_t *__mutex) attribute_hidden;
extern int __pthread_mutex_lock (pthread_mutex_t *__mutex) attribute_hidden;
extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex) attribute_hidden;
-#endif
#endif