aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-20 21:04:03 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-20 21:04:03 +0000
commite63ad9ba06d1462f6f55941c4a08ee68618c6cd3 (patch)
tree2ab5ee4461ce6843db0c535f0690f1f250a6e044
parent28c88a9430ef7c0630e193af642b22b13292c2b3 (diff)
downloadbusybox-e63ad9ba06d1462f6f55941c4a08ee68618c6cd3.tar.gz
Special case the memcopy stuff so it isn't enabled for uclibc
-Erik
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 4a132abf1..50bb17a10 100644
--- a/internal.h
+++ b/internal.h
@@ -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