projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c88a9
)
Special case the memcopy stuff so it isn't enabled for uclibc
author
Eric Andersen
<andersen@codepoet.org>
Tue, 20 Jun 2000 21:04:03 +0000
(21:04 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 20 Jun 2000 21:04:03 +0000
(21:04 -0000)
-Erik
internal.h
patch
|
blob
|
history
diff --git
a/internal.h
b/internal.h
index 4a132abf17c73ceab7b46d5aa7da84f8ea712ff7..50bb17a1037ff4c020132df9f83f82cd178706ab 100644
(file)
--- 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