summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-04 01:22:11 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-04 01:22:11 +0000
commit6111cd0e8a327ee3084c67e86b6ad050c6d83096 (patch)
treeaf4eb5edf46c989affc15ec937de7fca5b32a4fc /include/string.h
parent02926a63a13b77b30772aa329b251b1485a7c84c (diff)
(__stpcpy): Add libc_hidden_def.
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h1
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)