summaryrefslogtreecommitdiff
path: root/elf/dl-load.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-03 21:23:04 +0000
committerRoland McGrath <roland@gnu.org>2003-03-03 21:23:04 +0000
commit868b9d6a268d5f79282079875d1ba719ef013303 (patch)
treebb8ad96b8a11f82efbbd3be0904f5a6809765338 /elf/dl-load.c
parentce78b460eab84a4de469d7c08be4966eae50fefc (diff)
* elf/dl-load.c (struct filebuf): Fix typo in last change.
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r--elf/dl-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c
index 4559c08c05..3ab4e15150 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -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