From 0ffc4f3ebaace42cd545db55a2ac50b6e0cc7d89 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 31 Oct 2011 09:18:21 -0400 Subject: [PATCH] Fix typo in CL --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.