diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h index 7c7d07e..0a943a3 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -442,6 +442,10 @@ extern void *sbrk (int); extern char *strstr (const char *, const char *); #endif +#if defined (HAVE_DECL_STPCPY) && !HAVE_DECL_STPCPY +extern char *stpcpy (char *, const char *); +#endif + #ifdef __cplusplus } #endif |