summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-31 09:18:21 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-31 09:18:21 -0400
commit0ffc4f3ebaace42cd545db55a2ac50b6e0cc7d89 (patch)
treea1e9481a319903ebe137d048a737794dbb39892f /ChangeLog
parent3a2c02424d9824f5cdea4ebd32ff929b2b1f49c6 (diff)
Fix typo in CL
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 005a1b7ff5..a000a92a6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,7 +36,7 @@
* malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
return value.
- * posix/sys/wait.h: Mark wait and wait4 with __THROWNL.
+ * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
* libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.