utimensat: do not reference an out-of-scope buffer
[pspp] / tests / test-wctype-h-c++.cc
index 1b02a9ed72cac5524f00ddb7e68154be12f5b296..7208382506173963e8071091b3e62107669e901d 100644 (file)
@@ -54,6 +54,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::towupper, wint_t, (wint_t));
 SIGNATURE_CHECK (GNULIB_NAMESPACE::wctrans, wctrans_t, (const char *));
 #endif
 
+#if GNULIB_TEST_TOWCTRANS
+SIGNATURE_CHECK (GNULIB_NAMESPACE::towctrans, wint_t, (wint_t, wctrans_t));
+#endif
+
 
 int
 main ()