* elf/dl-load.c (struct filebuf): Fix typo in last change.
authorRoland McGrath <roland@gnu.org>
Mon, 3 Mar 2003 21:23:04 +0000 (21:23 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 3 Mar 2003 21:23:04 +0000 (21:23 +0000)
ChangeLog
elf/dl-load.c

index 55b5237..51f56a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 4559c08..3ab4e15 100644 (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