[git commit nptl] guard sysdep.h include with correct define

Austin Foxley austinf at cetoncorp.com
Sat Sep 19 02:00:48 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=cb4ce3c61dd5ec002ecaca836a3753cd0fb0e990
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 libc/sysdeps/linux/common/_exit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/common/_exit.c b/libc/sysdeps/linux/common/_exit.c
index c54ed8d..a36927d 100644
--- a/libc/sysdeps/linux/common/_exit.c
+++ b/libc/sysdeps/linux/common/_exit.c
@@ -12,7 +12,7 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/syscall.h>
-#ifdef __UCLIBC_HAS_THREADS__
+#ifdef __UCLIBC_HAS_THREADS_NATIVE__
 #include <sysdep.h>
 #endif
 
-- 
1.6.3.3



More information about the uClibc-cvs mailing list