mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 07:51:06 +00:00
98bc4decde
Signed-off-by: Alexey Neyman <stilor@att.net>
16 lines
300 B
Diff
16 lines
300 B
Diff
---
|
|
bfd/sysdep.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/bfd/sysdep.h
|
|
+++ b/bfd/sysdep.h
|
|
@@ -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
|
|
|