diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-11 06:31:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-11 06:31:57 +0000 |
commit | e5ffa64a7003b5886c85c6434ced62ebc468b40d (patch) | |
tree | 562631f19dcbb5479eab1336d1fbc94daac53571 /ChangeLog | |
parent | d9dd121ebe3e983e450c7189cf06dcf000f76178 (diff) | |
download | glibc-e5ffa64a7003b5886c85c6434ced62ebc468b40d.tar.gz glibc-e5ffa64a7003b5886c85c6434ced62ebc468b40d.tar.xz glibc-e5ffa64a7003b5886c85c6434ced62ebc468b40d.zip |
Update.
2003-02-10 Ulrich Drepper <drepper@redhat.com> * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and _BSD_SOURCE to compiler. * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings. Patches by Alan Modra.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d41458ad19..497d1b7e08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-02-10 Ulrich Drepper <drepper@redhat.com> + + * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and + _BSD_SOURCE to compiler. + * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings. + Patches by Alan Modra. + 2003-02-08 Ulrich Drepper <drepper@redhat.com> * io/ftwtest.c: Get current working directory before and after the |