]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(strnlen): Remove extra prototype.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Jun 1999 16:34:25 +0000 (16:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Jun 1999 16:34:25 +0000 (16:34 +0000)
string/bits/string2.h

index fdfa32dc2c526759c0e73ffb5282e09062204e1f..1df1bf841db2356c800116ef2f061028a55b7fd4 100644 (file)
@@ -943,7 +943,6 @@ __strpbrk_c3 (__const char *__s, char __accept1, char __accept2,
 
 #if defined __USE_GNU && !defined _FORCE_INLINES
 # ifndef _HAVE_STRING_ARCH_strnlen
-__STRING_INLINE size_t strnlen (__const char *__string, size_t __maxlen);
 __STRING_INLINE size_t
 strnlen (__const char *__string, size_t __maxlen)
 {