about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-05-16 12:47:15 -0700
committerUlrich Drepper <drepper@redhat.com>2009-05-16 12:47:15 -0700
commitc457bc139ebd987f2bd2b8e4d9deb63a704e6473 (patch)
treea0459140d81fa0b40c4740d5dd4ed324459afd3c /ChangeLog
parent8f0d3f499f556c634c120e8045f6a8e26be703ca (diff)
downloadglibc-c457bc139ebd987f2bd2b8e4d9deb63a704e6473.tar.gz
glibc-c457bc139ebd987f2bd2b8e4d9deb63a704e6473.tar.xz
glibc-c457bc139ebd987f2bd2b8e4d9deb63a704e6473.zip
Fix typos and pretty printing in sys/wait.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c54ff5d717..04c04bab3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
 
-	* stdlib/stdlib.h: Fix types.  Pretty printing.  Correct comments.
+	* posix/sys/wait.h: Fix typos.  Pretty printing.
+	* stdlib/stdlib.h: Likewise.  Correct comments.
 
 	[BZ #10159]
 	* stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.