]> sourceware.org Git - glibc.git/commitdiff
* 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 55b52373ab0ad4fb3965cd7c6c864a39a8e42bfd..51f56a33cbf8a546b9e6c98810f158d11b3140be 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 4559c08c05bd11c62c00a3e462e19fc180a22d1a..3ab4e1515030d5c63575c8bba38e075201bb9769 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
This page took 0.05148 seconds and 5 git commands to generate.