]> Savannah Git Hosting - gnulib.git/commitdiff
stdio-c++-tests: Update.
authorBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 20:13:37 +0000 (22:13 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 22:22:44 +0000 (00:22 +0200)
* tests/test-stdio-c++.cc (pclose): Declare, missing since 2011-09-18.

ChangeLog
tests/test-stdio-c++.cc

index b3ea74952dab2b7f5e9e91a8e6c455c34a4078f0..4fa26a2316a2cd1f94107a91f2ef86b42264cd91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-05 Bruno Haible  <bruno@clisp.org>
+
+       stdio-c++-tests: Update.
+       * tests/test-stdio-c++.cc (pclose): Declare, missing since 2011-09-18.
+
 2017-05-05 Bruno Haible  <bruno@clisp.org>
 
        signal-h-c++-tests: Update.
index f4365931070e0520ce807152a8e7a9db02ae10d2..fbd4fb9723172ae03548612d1963fa199ce774bd 100644 (file)
@@ -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