aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-09-29 20:44:48 +0000
committerRoland McGrath <roland@gnu.org>2005-09-29 20:44:48 +0000
commit37b5b6ae767aa626ddeaf03f5b7958e448746270 (patch)
treea7ce62ac7183b0467361f1710831a04dc28fe1f7 /ChangeLog
parentc704fb3b0f1843f1ef07b6ac9ff46d9a36129d22 (diff)
downloadglibc-37b5b6ae767aa626ddeaf03f5b7958e448746270.tar
glibc-37b5b6ae767aa626ddeaf03f5b7958e448746270.tar.gz
glibc-37b5b6ae767aa626ddeaf03f5b7958e448746270.tar.bz2
glibc-37b5b6ae767aa626ddeaf03f5b7958e448746270.zip
[BZ #1392]
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38fd5c7f07..703a10ad75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2005-09-28 Ulrich Drepper <drepper@redhat.com>
* dirent/dirent.h: Declare fdopendir.