>From dc3abe2b784e63dd4a15986371092e49e977baa9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 5 May 2017 22:13:37 +0200 Subject: [PATCH 06/16] stdio-c++-tests: Update. * tests/test-stdio-c++.cc (pclose): Declare, missing since 2011-09-18. --- ChangeLog | 5 +++++ tests/test-stdio-c++.cc | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b3ea749..4fa26a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2017-05-05 Bruno Haible + stdio-c++-tests: Update. + * tests/test-stdio-c++.cc (pclose): Declare, missing since 2011-09-18. + +2017-05-05 Bruno Haible + signal-h-c++-tests: Update. * tests/test-signal-h-c++.cc (raise): Remove redundant declaration. diff --git a/tests/test-stdio-c++.cc b/tests/test-stdio-c++.cc index f436593..fbd4fb9 100644 --- a/tests/test-stdio-c++.cc +++ b/tests/test-stdio-c++.cc @@ -131,6 +131,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::obstack_vprintf, int, (struct obstack *, const char *, va_list)); #endif +#if GNULIB_TEST_PCLOSE +SIGNATURE_CHECK (GNULIB_NAMESPACE::pclose, int, (FILE *)); +#endif + //SIGNATURE_CHECK (GNULIB_NAMESPACE::pclose, int, (FILE *)); #if GNULIB_TEST_PERROR -- 2.7.4