summaryrefslogtreecommitdiff
path: root/lib/sh/oslib.c
diff options
context:
space:
mode:
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 d92c32e9..3d587111 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;