]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - opcodes/sysdep.h
Merge commit 'upstream/2.20'
[msp430-binutils.git] / opcodes / sysdep.h
index 5d6ddca478421f0c9cf7950308888e2b8a4a290b..2ca393506752481b9f699d2650fa910164cb8dac 100644 (file)
@@ -1,5 +1,5 @@
 /* Random host-dependent support code.
 /* Random host-dependent support code.
-   Copyright 1995, 1997, 2000, 2007 Free Software Foundation, Inc.
+   Copyright 1995, 1997, 2000, 2005, 2007 Free Software Foundation, Inc.
    Written by Ken Raeburn.
 
    This file is part of the GNU opcodes library.
    Written by Ken Raeburn.
 
    This file is part of the GNU opcodes library.
@@ -42,3 +42,7 @@
 #include <strings.h>
 #endif
 #endif
 #include <strings.h>
 #endif
 #endif
+
+#if !HAVE_DECL_STPCPY
+extern char *stpcpy (char *__dest, const char *__src);
+#endif