]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Jun 1999 08:34:03 +0000 (08:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Jun 1999 08:34:03 +0000 (08:34 +0000)
1999-06-25  Ulrich Drepper  <drepper@cygnus.com>

* string/bits/string2.h (strnlen): Remove extra prototype.

ChangeLog
manual/filesys.texi
string/bits/string2.h

index affa6414df64dee6e59252adbf3d46c0904c1a97..de8a9e0fc373014d6f2349b2bb545fc01bcdfa24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * manual/filesys.texi (Working on Directory Trees): Fix typos.
index c40ac1efacb75551f11ad89b5a7c01a11bd63d72..51af84633d32bd67a02650f4e4a4967828fde020 100644 (file)
@@ -703,7 +703,7 @@ set since then the current directory is the one the current item is
 found in.
 @item int level
 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
 incremented by one for each entered directory.
 @end table
index 48903b3e8180edc6c12c24fdb88b102e629473ad..43cb6d5eff3aee4ee07961ff10770ea2f604c60c 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)
 {
This page took 0.05585 seconds and 5 git commands to generate.