OSDN Git Service

uClibc_pthread.h: do not install on target
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / bits / uClibc_pthread.h
index 15aa1de..08673a0 100644 (file)
@@ -27,8 +27,6 @@
 # error "Always include <pthread.h> rather than <bits/uClibc_pthread.h>"
 #endif
 
-#if defined _LIBC && (defined IS_IN_libc || defined NOT_IN_libc)
-
 struct _pthread_cleanup_buffer;
 
 /* Threading functions internal to uClibc.  Make these thread functions
@@ -47,5 +45,3 @@ extern void weak_function _pthread_cleanup_pop_restore (
                int __execute);
 
 #endif
-
-#endif