aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sh/oslib.c
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>1999-02-19 17:11:39 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:52 +0000
commitb72432fdcc59300c6fe7c9d6c8a31ad3447933f5 (patch)
treeb9899162338c2ff3fd83a8aef8831cb119e85cd7 /lib/sh/oslib.c
parentbc4cd23ce958feda898c618215f94d8a4e8f4ffa (diff)
downloadandroid_external_bash-b72432fdcc59300c6fe7c9d6c8a31ad3447933f5.tar.gz
android_external_bash-b72432fdcc59300c6fe7c9d6c8a31ad3447933f5.tar.bz2
android_external_bash-b72432fdcc59300c6fe7c9d6c8a31ad3447933f5.zip
Imported from ../bash-2.03.tar.gz.
Diffstat (limited to 'lib/sh/oslib.c')
-rw-r--r--lib/sh/oslib.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/sh/oslib.c b/lib/sh/oslib.c
index d92c32e..3d58711 100644
--- a/lib/sh/oslib.c
+++ b/lib/sh/oslib.c
@@ -154,6 +154,9 @@ getdtablesize ()
#endif /* !HAVE_GETDTABLESIZE */
#if !defined (HAVE_BCOPY)
+# if defined (bcopy)
+# undef bcopy
+# endif
void
bcopy (s,d,n)
char *d, *s;
@@ -164,6 +167,9 @@ bcopy (s,d,n)
#endif /* !HAVE_BCOPY */
#if !defined (HAVE_BZERO)
+# if defined (bzero)
+# undef bzero
+# endif
void
bzero (s, n)
char *s;