aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-17 18:49:41 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-17 18:49:41 +0000
commit52d979bb0d55911b4f60ae87588bede557082aaa (patch)
treee37337d4a358608c685962916978a42021f8d8b9 /ChangeLog
parentbe71aa3c5575b2d30f08c68bec84bccc5621508c (diff)
downloadglibc-52d979bb0d55911b4f60ae87588bede557082aaa.zip
glibc-52d979bb0d55911b4f60ae87588bede557082aaa.tar.gz
glibc-52d979bb0d55911b4f60ae87588bede557082aaa.tar.bz2
* include/resolv.h: Include <stdbool.h>.
Patch by Paul Brook.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1b3a9f..47a0eaf 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>