* elf/dl-load.c (struct filebuf): Fix typo in last change.

This commit is contained in:
Roland McGrath 2003-03-03 21:23:04 +00:00
parent ce78b460ea
commit 868b9d6a26
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-03-03 Roland McGrath <roland@redhat.com>
* elf/dl-load.c (struct filebuf): Fix typo in last change.
* sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
PI_STATIC_AND_HIDDEN.
* sysdeps/powerpc/powerpc32/elf/configure: Regenerated.

View File

@ -110,7 +110,7 @@ ELF_PREFERRED_ADDRESS_DATA;
struct filebuf
{
ssize_t len;
#ifdef __WORDSIZE == 32
#if __WORDSIZE == 32
# define FILEBUF_SIZE 512
#else
# define FILEBUF_SIZE 640