diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-04 01:22:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-04 01:22:11 +0000 |
commit | 6111cd0e8a327ee3084c67e86b6ad050c6d83096 (patch) | |
tree | af4eb5edf46c989affc15ec937de7fca5b32a4fc /include/string.h | |
parent | 02926a63a13b77b30772aa329b251b1485a7c84c (diff) | |
download | glibc-6111cd0e8a327ee3084c67e86b6ad050c6d83096.tar glibc-6111cd0e8a327ee3084c67e86b6ad050c6d83096.tar.gz glibc-6111cd0e8a327ee3084c67e86b6ad050c6d83096.tar.bz2 glibc-6111cd0e8a327ee3084c67e86b6ad050c6d83096.zip |
(__stpcpy): Add libc_hidden_def.
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index f085b17ee8..bc04cef812 100644 --- a/include/string.h +++ b/include/string.h @@ -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) |