last_patch56 from vodz to simplify copy_file logic
[oweals/busybox.git] / libbb / syscalls.c
index 383eb6ab944035a5ea358aad927bb11505b061c8..76b77f816b578f7d806a32b479d17d6a8faa06b7 100644 (file)
 /* Kernel headers before 2.1.mumble need this on the Alpha to get
    _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"