fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / tests / test-stdlib-c++.cc
index 419e54700201c6dbfdb7069f743953814176ba71..9010c1c7258f789e509d2ac8d64b754eed00c86d 100644 (file)
@@ -152,6 +152,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::unlockpt, int, (int));
 SIGNATURE_CHECK (GNULIB_NAMESPACE::unsetenv, int, (const char *));
 #endif
 
+#if GNULIB_TEST_WCTOMB
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wctomb, int, (char *, wchar_t));
+#endif
+
 
 int
 main ()