summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-09-20 11:06:57 -0700
committerAustin Foxley <austinf@cetoncorp.com>2009-09-20 11:06:57 -0700
commitcb4ce3c61dd5ec002ecaca836a3753cd0fb0e990 (patch)
treee0f68d3d44ab5b8bbfe08047a462f4342f89ab18 /libc/sysdeps
parentc52a45aad057c4b89d05730a543d0fdc4dfcce81 (diff)
downloaduClibc-alpine-cb4ce3c61dd5ec002ecaca836a3753cd0fb0e990.tar.bz2
uClibc-alpine-cb4ce3c61dd5ec002ecaca836a3753cd0fb0e990.tar.xz
guard sysdep.h include with correct define
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/linux/common/_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/_exit.c b/libc/sysdeps/linux/common/_exit.c
index c54ed8d07..a36927d0c 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