diff options
author | Roland McGrath <roland@gnu.org> | 2005-09-29 22:03:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-09-29 22:03:45 +0000 |
commit | 22aa06a56236f7309a1261812b164388ed0cbc01 (patch) | |
tree | 1b51c120d067d279f4a2715f53d2f48aab943b02 /ChangeLog | |
parent | ffc9bccd84c7779dc486ade4bd93960288f211fd (diff) | |
download | glibc-22aa06a56236f7309a1261812b164388ed0cbc01.zip glibc-22aa06a56236f7309a1261812b164388ed0cbc01.tar.gz glibc-22aa06a56236f7309a1261812b164388ed0cbc01.tar.bz2 |
[BZ #1392]
* posix/sys/wait.h [!__GNUC__ || __cplusplus] (__WAIT_INT): Use const.
2005-09-29 Alfred M. Szmidt <ams@gnu.org>
* elf/rtld.c [! DL_ARGV_NOT_RELRO] (_dl_argc, _dl_skip_args):
Don't use attribute_relro.
2005-09-29 Roland McGrath <roland@redhat.com>
[BZ #1392]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ 2005-09-29 Roland McGrath <roland@redhat.com> [BZ #1392] + * posix/sys/wait.h [!__GNUC__ || __cplusplus] (__WAIT_INT): Use const. + +2005-09-29 Alfred M. Szmidt <ams@gnu.org> + + * elf/rtld.c [! DL_ARGV_NOT_RELRO] (_dl_argc, _dl_skip_args): + Don't use attribute_relro. + +2005-09-29 Roland McGrath <roland@redhat.com> + + [BZ #1392] * posix/sys/wait.h (__WAIT_INT): Rewrite using an initializer, in case __typeof yields a const-qualified type. |