1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

(__stpcpy): Add libc_hidden_def.

This commit is contained in:
Ulrich Drepper
2002-08-04 01:22:11 +00:00
parent 02926a63a1
commit 6111cd0e8a
9 changed files with 19 additions and 8 deletions

View File

@ -62,6 +62,7 @@ extern char *__strerror_r (int __errnum, char *__buf, size_t __buflen);
#endif
libc_hidden_proto (__mempcpy)
libc_hidden_proto (__stpcpy)
libc_hidden_proto (__stpncpy)
libc_hidden_proto (__rawmemchr)
libc_hidden_proto (__strcasecmp)