about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-05-16 11:39:39 -0700
committerUlrich Drepper <drepper@redhat.com>2009-05-16 11:39:39 -0700
commita64039b084ae3faca3336b7d95f2e40c497d20e1 (patch)
treeb28690cbd8d7ed88382b3a19e75cef504b04cabc /ChangeLog
parentfa546abe9d0346d5d87b8fe19884993408476d77 (diff)
downloadglibc-a64039b084ae3faca3336b7d95f2e40c497d20e1.tar.gz
glibc-a64039b084ae3faca3336b7d95f2e40c497d20e1.tar.xz
glibc-a64039b084ae3faca3336b7d95f2e40c497d20e1.zip
Unify __WAIT_INT definition in stdlib.h and sys/wait.h.
This fixes BZ #10159.  The stdlib.h definition was out of date.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d94a78b8c..d8a8305c82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #10159]
+	* stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
+
 	* nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
 	patch.