From 6111cd0e8a327ee3084c67e86b6ad050c6d83096 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 4 Aug 2002 01:22:11 +0000 Subject: (__stpcpy): Add libc_hidden_def. --- include/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/string.h') 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) -- cgit 1.4.1