1999-06-25  Ulrich Drepper  <drepper@cygnus.com>

	* string/bits/string2.h (strnlen): Remove extra prototype.
This commit is contained in:
Ulrich Drepper 1999-06-25 08:34:03 +00:00
parent 00ac5e3308
commit 6ae326216f
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-06-25 Ulrich Drepper <drepper@cygnus.com>
* string/bits/string2.h (strnlen): Remove extra prototype.
1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de> 1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/filesys.texi (Working on Directory Trees): Fix typos. * manual/filesys.texi (Working on Directory Trees): Fix typos.

View File

@ -703,7 +703,7 @@ set since then the current directory is the one the current item is
found in. found in.
@item int level @item int level
While processing the directory the function tracks how many directories While processing the directory the function tracks how many directories
have been examineed to find the current item. This nesting level is have been examined to find the current item. This nesting level is
@math{0} for the item given starting item (file or directory) and is @math{0} for the item given starting item (file or directory) and is
incremented by one for each entered directory. incremented by one for each entered directory.
@end table @end table

View File

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