mirror of git://sourceware.org/git/glibc.git
parent
42d666a5cb
commit
d656c8cbfe
|
|
@ -1,5 +1,7 @@
|
||||||
1999-05-07 Ulrich Drepper <drepper@cygnus.com>
|
1999-05-07 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* elf/do-lookup.h: Fix typo in comment.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to
|
* sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to
|
||||||
f_bsize to help some broken programs.
|
f_bsize to help some broken programs.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ FCT (const char *undef_name, unsigned long int hash,
|
||||||
#if VERSIONED
|
#if VERSIONED
|
||||||
if (verstab == NULL)
|
if (verstab == NULL)
|
||||||
{
|
{
|
||||||
/* We need a versioned system but haven't found any. If
|
/* We need a versioned symbol but haven't found any. If
|
||||||
this is the object which is referenced in the verneed
|
this is the object which is referenced in the verneed
|
||||||
entry it is a bug in the library since a symbol must
|
entry it is a bug in the library since a symbol must
|
||||||
not simply disappear. */
|
not simply disappear. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue