X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=opcodes%2Fsysdep.h;h=2ca393506752481b9f699d2650fa910164cb8dac;hp=5d6ddca478421f0c9cf7950308888e2b8a4a290b;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/opcodes/sysdep.h b/opcodes/sysdep.h index 5d6ddca..2ca3935 100644 --- a/opcodes/sysdep.h +++ b/opcodes/sysdep.h @@ -1,5 +1,5 @@ /* 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. @@ -42,3 +42,7 @@ #include #endif #endif + +#if !HAVE_DECL_STPCPY +extern char *stpcpy (char *__dest, const char *__src); +#endif