From: Roland McGrath Date: Mon, 24 Oct 2005 19:32:17 +0000 (+0000) Subject: 2005-10-24 Roland McGrath X-Git-Tag: cvs/glibc-2_3_6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593ffe6737e7e131ba948d1a92405d0857cc2172;p=thirdparty%2Fglibc.git 2005-10-24 Roland McGrath [BZ #1534] * include/string.h: Use libc_hidden_proto, not libc_hidden_builtin_proto, for strnlen. --- diff --git a/include/string.h b/include/string.h index 532d5ed3330..c196007dcb0 100644 --- a/include/string.h +++ b/include/string.h @@ -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)