From 5b070c7513197cd8483fd90dfbc7ae8c8b3f91e1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 3 Aug 2002 21:19:56 +0000 Subject: Update. 2002-08-03 Ulrich Drepper * include/string.h: Use libc_hidden_proto for __strcasecmp_l, __strncasecmp_l, __strdup, __strndup, __strerror_r. * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add libc_hidden_def. * string/strdup.c (__strdup): Likewise. * string/strndup.c (__strndup): Likewise. * sysdeps/generic/_strerror.c (__strerror_r): Likewise. * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise. --- include/string.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/string.h') diff --git a/include/string.h b/include/string.h index d2062c7d61..f085b17ee8 100644 --- a/include/string.h +++ b/include/string.h @@ -65,3 +65,8 @@ libc_hidden_proto (__mempcpy) libc_hidden_proto (__stpncpy) libc_hidden_proto (__rawmemchr) libc_hidden_proto (__strcasecmp) +libc_hidden_proto (__strcasecmp_l) +libc_hidden_proto (__strncasecmp_l) +libc_hidden_proto (__strdup) +libc_hidden_proto (__strndup) +libc_hidden_proto (__strerror_r) -- cgit v1.2.3