diff options
author | 2005-07-18 01:59:20 +0000 | |
---|---|---|
committer | 2005-07-18 01:59:20 +0000 | |
commit | 58f03486fe2b30e939b1856c65b9728f69809d58 (patch) | |
tree | dcb574f3478820d9812cff1e8459d77d913a315c /include | |
parent | 2005-03-29 Jakub Jelinek <jakub@redhat.com> (diff) | |
download | glibc-58f03486fe2b30e939b1856c65b9728f69809d58.tar.xz glibc-58f03486fe2b30e939b1856c65b9728f69809d58.zip |
2005-06-14 Ulrich Drepper <drepper@redhat.com>
[BZ #1087]
* include/string.h: Use libc_hidden_proto for strnlen.
* sysdeps/generic/strnlen.c: Add libc_hidden_def.
Diffstat (limited to 'include')
-rw-r--r-- | include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index 738dd8e27c..532d5ed333 100644 --- a/include/string.h +++ b/include/string.h @@ -96,6 +96,7 @@ 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) |