From: Bruno Haible Date: Fri, 5 May 2017 20:13:37 +0000 (+0200) Subject: stdio-c++-tests: Update. X-Git-Tag: v1.0~6199 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=dc3abe2b784e63dd4a15986371092e49e977baa9;p=gnulib.git stdio-c++-tests: Update. * tests/test-stdio-c++.cc (pclose): Declare, missing since 2011-09-18. --- diff --git a/ChangeLog b/ChangeLog index b3ea74952d..4fa26a2316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/tests/test-stdio-c++.cc b/tests/test-stdio-c++.cc index f436593107..fbd4fb9723 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