From 37b5b6ae767aa626ddeaf03f5b7958e448746270 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Sep 2005 20:44:48 +0000 Subject: [PATCH] [BZ #1392] 2005-09-29 Roland McGrath [BZ #1392] * posix/sys/wait.h (__WAIT_INT): Rewrite using an initializer, in case __typeof yields a const-qualified type. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 38fd5c7f07..703a10ad75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-29 Roland McGrath + + [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 * dirent/dirent.h: Declare fdopendir.