summaryrefslogtreecommitdiff
path: root/devel/psptoolchain-gdb/files/patch-bfd-sysdep.h
blob: 3ac30aee82a1329fed6b98c4f2e1e8186f4e4f71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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