summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-05-16 11:39:39 -0700
committerPetr Baudis <pasky@suse.cz>2009-05-22 05:00:05 +0200
commit94c11628f5d077da7ce5372019ab3af73efb67f3 (patch)
treef442ea2cc2c794eca8256a218da73a92bd9f9684 /ChangeLog
parente856702a047ee2cf4e7d3153d6adc8b740803770 (diff)
Unify __WAIT_INT definition in stdlib.h and sys/wait.h.
This fixes BZ #10159. The stdlib.h definition was out of date. (cherry picked from commit a64039b084ae3faca3336b7d95f2e40c497d20e1)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eceae0be38..772438de46 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.