ports/devel/psptoolchain-gdb/files/patch-bfd-sysdep.h
Marcelo Araujo f23ff56aea - Update to 7.3.1.
Submitted by:	Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via email)
2012-02-06 04:35:27 +00:00

11 lines
301 B
C

--- ./bfd/sysdep.h.orig 2009-09-02 07:18:37.000000000 +0000
+++ ./bfd/sysdep.h 2012-01-25 22:24:22.000000000 +0000
@@ -131,7 +131,7 @@
extern PTR realloc ();
#endif
-#if !HAVE_DECL_STPCPY
+#if !HAVE_DECL_STPCPY && !defined(stpcpy)
extern char *stpcpy (char *__dest, const char *__src);
#endif