1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
1998-12-16  Ulrich Drepper  <drepper@cygnus.com>

	* version.h (VERSION): Bump to 2.0.107.

	* sysdeps/i386/i486/bits/string.h: Pretty printing.
This commit is contained in:
Ulrich Drepper
1998-12-16 14:31:03 +00:00
parent d8a167a5e5
commit 133d3d3048
5 changed files with 95 additions and 80 deletions

View File

@ -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)