diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-17 18:49:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-17 18:49:41 +0000 |
commit | 52d979bb0d55911b4f60ae87588bede557082aaa (patch) | |
tree | e37337d4a358608c685962916978a42021f8d8b9 /ChangeLog | |
parent | be71aa3c5575b2d30f08c68bec84bccc5621508c (diff) | |
download | glibc-52d979bb0d55911b4f60ae87588bede557082aaa.tar.gz glibc-52d979bb0d55911b4f60ae87588bede557082aaa.tar.xz glibc-52d979bb0d55911b4f60ae87588bede557082aaa.zip |
* include/resolv.h: Include <stdbool.h>.
Patch by Paul Brook.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c1b3a9fe42..47a0eaf749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-11-17 Ulrich Drepper <drepper@redhat.com> + * include/resolv.h: Include <stdbool.h>. + Patch by Paul Brook. + * io/sys/stat.h: Use __const not const in fstatat prototypes. 2005-11-08 H.J. Lu <hongjiu.lu@intel.com> |