diff options
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r-- | binutils/bucomm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/bucomm.h b/binutils/bucomm.h index 09dce10..0872e96 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -68,6 +68,10 @@ extern char *strrchr (); #endif #endif +#if !HAVE_DECL_STPCPY +extern char *stpcpy (char *, const char *); +#endif + #if !HAVE_DECL_STRSTR extern char *strstr (); #endif |