Special case the memcopy stuff so it isn't enabled for uclibc
authorEric Andersen <andersen@codepoet.org>
Tue, 20 Jun 2000 21:04:03 +0000 (21:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 20 Jun 2000 21:04:03 +0000 (21:04 -0000)
 -Erik

internal.h

index 4a132abf17c73ceab7b46d5aa7da84f8ea712ff7..50bb17a1037ff4c020132df9f83f82cd178706ab 100644 (file)
@@ -33,7 +33,7 @@
 #include <sys/stat.h>
 #include <sys/param.h>
 #include <mntent.h>
-#if ! defined(__GLIBC__)
+#if ! defined(__GLIBC__) && ! defined (__UCLIBC__)
 #include <asm/string.h>
 #endif