merge from gcc

This commit is contained in:
DJ Delorie 2003-04-16 04:55:31 +00:00
parent 10b57b38b3
commit b496f1528d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ strlen(@var{src}).
#endif #endif
extern size_t strlen PARAMS ((const char *)); extern size_t strlen PARAMS ((const char *));
extern PTR strncpy PARAMS ((char *, const char *, size_t)); extern char *strncpy PARAMS ((char *, const char *, size_t));
char * char *
stpncpy (dst, src, len) stpncpy (dst, src, len)