diff options
author | Eric Andersen | 2000-06-20 21:04:03 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-20 21:04:03 +0000 |
commit | e63ad9ba06d1462f6f55941c4a08ee68618c6cd3 (patch) | |
tree | 2ab5ee4461ce6843db0c535f0690f1f250a6e044 | |
parent | 28c88a9430ef7c0630e193af642b22b13292c2b3 (diff) | |
download | busybox-e63ad9ba06d1462f6f55941c4a08ee68618c6cd3.zip busybox-e63ad9ba06d1462f6f55941c4a08ee68618c6cd3.tar.gz |
Special case the memcopy stuff so it isn't enabled for uclibc
-Erik
-rw-r--r-- | internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |