gas/
[deliverable/binutils-gdb.git] / opcodes / sysdep.h
index 5d6ddca478421f0c9cf7950308888e2b8a4a290b..57ba282ad85a150183b7f8e38a7dd9a28811a513 100644 (file)
@@ -42,3 +42,7 @@
 #include <strings.h>
 #endif
 #endif
+
+#if !HAVE_DECL_STPCPY
+extern char *stpcpy (char *__dest, const char *__src);
+#endif
This page took 0.025364 seconds and 4 git commands to generate.