[BZ #1534]
authorRoland McGrath <roland@gnu.org>
Mon, 24 Oct 2005 19:31:12 +0000 (19:31 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 24 Oct 2005 19:31:12 +0000 (19:31 +0000)
2005-10-24  Roland McGrath  <roland@redhat.com>
[BZ #1534]
* include/string.h: Use libc_hidden_proto for strnlen,
not libc_hidden_builtin_proto.

include/string.h

index 532d5ed..c196007 100644 (file)
@@ -83,6 +83,7 @@ libc_hidden_proto (__strxfrm_l)
 libc_hidden_proto (__strtok_r)
 extern char *__strsep_g (char **__stringp, __const char *__delim);
 libc_hidden_proto (__strsep_g)
+libc_hidden_proto (strnlen)
 
 libc_hidden_builtin_proto (memchr)
 libc_hidden_builtin_proto (memcpy)
@@ -96,7 +97,6 @@ libc_hidden_builtin_proto (strcmp)
 libc_hidden_builtin_proto (strcpy)
 libc_hidden_builtin_proto (strcspn)
 libc_hidden_builtin_proto (strlen)
-libc_hidden_builtin_proto (strnlen)
 libc_hidden_builtin_proto (strncmp)
 libc_hidden_builtin_proto (strncpy)
 libc_hidden_builtin_proto (strpbrk)