X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fsysdep.h;h=57ba282ad85a150183b7f8e38a7dd9a28811a513;hb=0bfee64967fe7c65d1294bc1d66d16545274404a;hp=5d6ddca478421f0c9cf7950308888e2b8a4a290b;hpb=9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/sysdep.h b/opcodes/sysdep.h index 5d6ddca478..57ba282ad8 100644 --- a/opcodes/sysdep.h +++ b/opcodes/sysdep.h @@ -42,3 +42,7 @@ #include #endif #endif + +#if !HAVE_DECL_STPCPY +extern char *stpcpy (char *__dest, const char *__src); +#endif