diff options
Diffstat (limited to 'ld/sysdep.h')
-rw-r--r-- | ld/sysdep.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/sysdep.h b/ld/sysdep.h index 3601a59..1573d5e 100644 --- a/ld/sysdep.h +++ b/ld/sysdep.h @@ -92,6 +92,10 @@ extern char **environ; #endif +#if !HAVE_DECL_STPCPY +extern char *stpcpy (char *__dest, const char *__src); +#endif + #define POISON_BFD_BOOLEAN 1 #endif /* ! defined (LD_SYSDEP_H) */ |