diff options
author | Roland McGrath <roland@gnu.org> | 2005-04-21 21:49:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-04-21 21:49:23 +0000 |
commit | 6c6320090733ae6e5edb2e9db7508b454984f11a (patch) | |
tree | 07140a4d9d74ab73a827de48fbf21e21071bf34e /ChangeLog | |
parent | 87f37b48fac426c23e2766c99e5868e3905e0c42 (diff) | |
download | glibc-6c6320090733ae6e5edb2e9db7508b454984f11a.tar glibc-6c6320090733ae6e5edb2e9db7508b454984f11a.tar.gz glibc-6c6320090733ae6e5edb2e9db7508b454984f11a.tar.bz2 glibc-6c6320090733ae6e5edb2e9db7508b454984f11a.zip |
* elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
since Linux ignores it in user mmap calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-04-21 Roland McGrath <roland@redhat.com> + + * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE, + since Linux ignores it in user mmap calls. + 2005-04-17 David S. Miller <davem@davemloft.net> * sysdeps/sparc/sparc32/elf/start.S: Define __data_start. |