diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-03 10:37:10 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-03 10:37:10 +0000 |
commit | 8897795c2ace3c3f2e747b099284ddd5ddf61735 (patch) | |
tree | 01cfa468adb8398a1d774761818db52a193e6507 /libpthread/linuxthreads.old/sysdeps/pthread/pthread.h | |
parent | c2bcc11c00d0ed71b0a1249804d373c19d60e1ae (diff) |
Add proper guard, so that we don't see the internal header in userspace
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/pthread/pthread.h')
-rw-r--r-- | libpthread/linuxthreads.old/sysdeps/pthread/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h index 6613cab88..8cd75c200 100644 --- a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h @@ -24,7 +24,7 @@ #include <signal.h> #include <bits/pthreadtypes.h> #include <bits/initspin.h> -#ifdef _LIBC +#if defined _LIBC && (defined IS_IN_libc || defined NOT_IN_libc) #include <bits/uClibc_pthread.h> #endif |