diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-17 11:17:04 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-17 11:17:04 -0700 |
commit | 2ae1ae5cf441a90171ff483e3f0de6e8a9d611e4 (patch) | |
tree | 06b8614ae25c38af343a4c43ede0a2d4c4cee6b9 /ChangeLog | |
parent | e66a42f57fd20d1c7bbdc5f7937831d13bcf709b (diff) | |
download | glibc-2ae1ae5cf441a90171ff483e3f0de6e8a9d611e4.tar.gz glibc-2ae1ae5cf441a90171ff483e3f0de6e8a9d611e4.tar.xz glibc-2ae1ae5cf441a90171ff483e3f0de6e8a9d611e4.zip |
Change type of constant to avoid a warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f050559d83..fd40eec8c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-08-17 Roland McGrath <roland@hack.frob.com> + * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for + __libc_cleanup_push argument. + +2012-08-17 Roland McGrath <roland@hack.frob.com> + * bits/param.h: New file. * misc/sys/param.h: New file. * include/sys/param.h: New file. |