use #ifdef CONFIG_* instead of #if CONFIG_*
[oweals/busybox.git] / libbb / module_syscalls.c
index 3b60649a8a2962e458ae313080fcebcd0647ed39..cf922f8eb8ca3b930e64e26b92f3515ffc8d693b 100644 (file)
@@ -28,7 +28,8 @@
    _syscall* defined.  */
 #define __LIBRARY__
 #include <sys/syscall.h>
-#ifndef __UCLIBC__
+#if __GNU_LIBRARY__ < 5
+/* This is needed for libc5 */
 #include <asm/unistd.h>
 #endif
 #include "libbb.h"