X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-stdio-c%2B%2B.cc;h=60bd00b5e56777d421e88108d98880867a3fe676;hb=e2843e30e8c2885eb8cbc77e20c4e0f4d562d44d;hp=533a72591b2cc2b0bb4012371493157762de7718;hpb=e016983c7406fb8aa0c750053425ffb3cbaeec4a;p=gnulib.git diff --git a/tests/test-stdio-c++.cc b/tests/test-stdio-c++.cc index 533a72591..60bd00b5e 100644 --- a/tests/test-stdio-c++.cc +++ b/tests/test-stdio-c++.cc @@ -149,6 +149,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::snprintf, int, SIGNATURE_CHECK (GNULIB_NAMESPACE::sprintf, int, (char *, const char *, ...)); #endif +#if GNULIB_TEST_TMPFILE +SIGNATURE_CHECK (GNULIB_NAMESPACE::tmpfile, FILE *, (void)); +#endif + #if GNULIB_TEST_VASPRINTF SIGNATURE_CHECK (GNULIB_NAMESPACE::asprintf, int, (char **, const char *, ...));