diff options
author | Roland McGrath <roland@gnu.org> | 2005-04-06 03:52:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-04-06 03:52:05 +0000 |
commit | 1ecd9cbca5e91bea3bdbb6a9cfb585e63417bc4b (patch) | |
tree | 529364a2572a124a159dd47998854329c226f93a /elf | |
parent | 864cb7911aa7dd4f638364d7a11638c19ba897a7 (diff) | |
download | glibc-1ecd9cbca5e91bea3bdbb6a9cfb585e63417bc4b.tar.gz glibc-1ecd9cbca5e91bea3bdbb6a9cfb585e63417bc4b.tar.xz glibc-1ecd9cbca5e91bea3bdbb6a9cfb585e63417bc4b.zip |
Updated to fedora-glibc-2_3-20050406T0344
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-load.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index 0daceb2184..85e03720c6 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -1,5 +1,5 @@ /* Map in a shared object's segments from the file. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -110,6 +110,8 @@ int __stack_prot attribute_hidden attribute_relro = PROT_GROWSDOWN; #elif _STACK_GROWS_UP && defined PROT_GROWSUP = PROT_GROWSUP; +#else + = 0; #endif |