summaryrefslogtreecommitdiff
path: root/src/s/isc3-0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/isc3-0.h')
-rw-r--r--src/s/isc3-0.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h
index fe5d718bfc9..f46994e56ff 100644
--- a/src/s/isc3-0.h
+++ b/src/s/isc3-0.h
@@ -22,3 +22,8 @@
#undef LIB_X11_LIB
#undef LIBX11_SYSTEM
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc
+
+/* marko@tekelec.com (Marko Rauhamaa) says that his linker couldn't
+ find memmove, but that sounds crazy - I thought all SYSV
+ descendants had that. Let us know if this turns out to be wrong. */
+#define memmove(d, s, n) safe_bcopy ((s), (d), (n))