diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-04 00:10:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-04 00:10:34 +0000 |
commit | 6fffb9a2c1bfcd4832701f267a75ed87d75aafd5 (patch) | |
tree | 35497642154cb5d5a3a8e1d0e72ff4182bd2cd57 /ChangeLog | |
parent | 4f6f0a8fcff3219a19e860f0c4037d9e5646042c (diff) | |
download | glibc-6fffb9a2c1bfcd4832701f267a75ed87d75aafd5.zip glibc-6fffb9a2c1bfcd4832701f267a75ed87d75aafd5.tar.gz glibc-6fffb9a2c1bfcd4832701f267a75ed87d75aafd5.tar.bz2 |
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
are holes between the segments. Only call mprotect to set
proection to PROT_NONE if there are some.
* elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
Update comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-03-03 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there + are holes between the segments. Only call mprotect to set + proection to PROT_NONE if there are some. + + * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE. + Update comment. + * include/sched.h (__clone2): Use ... instead of adding all the new parameters. |