aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-21 21:49:23 +0000
committerRoland McGrath <roland@gnu.org>2005-04-21 21:49:23 +0000
commit6c6320090733ae6e5edb2e9db7508b454984f11a (patch)
tree07140a4d9d74ab73a827de48fbf21e21071bf34e /ChangeLog
parent87f37b48fac426c23e2766c99e5868e3905e0c42 (diff)
downloadglibc-6c6320090733ae6e5edb2e9db7508b454984f11a.zip
glibc-6c6320090733ae6e5edb2e9db7508b454984f11a.tar.gz
glibc-6c6320090733ae6e5edb2e9db7508b454984f11a.tar.bz2
* 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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6624c7b..3c69190 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.