From: Ulrich Drepper Date: Fri, 2 Sep 2005 07:34:55 +0000 (+0000) Subject: * elf/dl-load.c (_dl_map_object_from_fd): No need to change X-Git-Tag: cvs/fedora-glibc-20050912T0656~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2cd432663701ce4d346b7b3232ad74e98c90aab;p=thirdparty%2Fglibc.git * elf/dl-load.c (_dl_map_object_from_fd): No need to change protection of memory used for the last segment. --- diff --git a/ChangeLog b/ChangeLog index 3b7f4ed416d..81184b1b1c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-02 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object_from_fd): No need to change + protection of memory used for the last segment. + 2005-08-22 Robert Millan * sysdeps/mach/hurd/nfs/nfs.h: Move to ...