diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-16 14:31:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-16 14:31:03 +0000 |
commit | 133d3d3048e8232330d6496ade5c48a781f5e21c (patch) | |
tree | ae588ab67e2c4132fbe088757c1420a17ae8e98d /sysdeps/i386/i486/bits/string.h | |
parent | d8a167a5e5c30bc3ec7d6d978241d0afe097fad4 (diff) | |
download | glibc-133d3d3048e8232330d6496ade5c48a781f5e21c.tar.gz glibc-133d3d3048e8232330d6496ade5c48a781f5e21c.tar.xz glibc-133d3d3048e8232330d6496ade5c48a781f5e21c.zip |
Update.
1998-12-16 Ulrich Drepper <drepper@cygnus.com> * version.h (VERSION): Bump to 2.0.107. * sysdeps/i386/i486/bits/string.h: Pretty printing.
Diffstat (limited to 'sysdeps/i386/i486/bits/string.h')
-rw-r--r-- | sysdeps/i386/i486/bits/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/i486/bits/string.h b/sysdeps/i386/i486/bits/string.h index 5fe206224c..f810de06ea 100644 --- a/sysdeps/i386/i486/bits/string.h +++ b/sysdeps/i386/i486/bits/string.h @@ -1013,7 +1013,7 @@ __strcmp_gg (__const char *__s1, __const char *__s2) : __strncmp_g (s1, s2, n)))) __STRING_INLINE int __strncmp_g (__const char *__s1, __const char *__s2, - size_t __n); + size_t __n); __STRING_INLINE int __strncmp_g (__const char *__s1, __const char *__s2, size_t __n) |