commit | e63ad9ba06d1462f6f55941c4a08ee68618c6cd3 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jun 20 21:04:03 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jun 20 21:04:03 2000 +0000 |
tree | 2ab5ee4461ce6843db0c535f0690f1f250a6e044 | |
parent | 28c88a9430ef7c0630e193af642b22b13292c2b3 [diff] |
Special case the memcopy stuff so it isn't enabled for uclibc -Erik
diff --git a/internal.h b/internal.h index 4a132ab..50bb17a 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