aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-20 21:04:03 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-20 21:04:03 +0000
commite67a357fcb01964b745733175b474cecf456d8d5 (patch)
tree2ab5ee4461ce6843db0c535f0690f1f250a6e044 /internal.h
parentfe7d0a229cb1413fa9902643975e55543d865466 (diff)
downloadbusybox-w32-e67a357fcb01964b745733175b474cecf456d8d5.tar.gz
busybox-w32-e67a357fcb01964b745733175b474cecf456d8d5.tar.bz2
busybox-w32-e67a357fcb01964b745733175b474cecf456d8d5.zip
Special case the memcopy stuff so it isn't enabled for uclibc
-Erik git-svn-id: svn://busybox.net/trunk/busybox@675 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'internal.h')
-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 @@
33#include <sys/stat.h> 33#include <sys/stat.h>
34#include <sys/param.h> 34#include <sys/param.h>
35#include <mntent.h> 35#include <mntent.h>
36#if ! defined(__GLIBC__) 36#if ! defined(__GLIBC__) && ! defined (__UCLIBC__)
37#include <asm/string.h> 37#include <asm/string.h>
38#endif 38#endif
39 39