summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-29 15:56:44 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-29 15:56:44 -0400
commit9beb2334930db81ceada5aa6051fe5ac0554db32 (patch)
treeea9a41e1e9e0c00875a3fed96e23cd6b80903587 /ChangeLog
parentc2b18f7a0efcf5c6abffba3d6f9b9d708a55c5b6 (diff)
Mark a few more functions with __THROWNL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c5ff75bcf..21aa45134d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-29 Ulrich Drepper <drepper@gmail.com>
+
+ * posix/sys/wait.h: Mark wait and wait4 with __THROWNL.
+ * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
+ asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
+
2011-07-03 Andreas Jaeger <aj@suse.de>
[BZ #10709]