From 6e9a9da6365d098460fe397325d3936d7efdbeab Mon Sep 17 00:00:00 2001 From: Roland McGrath <roland@gnu.org> Date: Thu, 12 Aug 2004 06:12:28 +0000 Subject: [PATCH] * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around commands inside &&. Reported by Andreas Schwab <schwab@suse.de>. * configure: Regenerated. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 643c04ac65..56929c5edc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ 2004-08-11 Roland McGrath <roland@redhat.com> + * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around + commands inside &&. + Reported by Andreas Schwab <schwab@suse.de>. + * configure: Regenerated. + * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL. 2004-08-11 Ulrich Drepper <drepper@redhat.com>