nonblocking: provide O_NONBLOCK for mingw
[pspp] / tests / test-wchar-c++.cc
index 495a6b45e3ef207697a868fc69f3a37b91408a2b..9b28e3194c57bd54a9192984bf761150189c4aa6 100644 (file)
@@ -202,6 +202,15 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::wcsstr, wchar_t *,
                  (const wchar_t *, const wchar_t *));
 #endif
 
+#if GNULIB_TEST_WCSTOK
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wcstok, wchar_t *,
+                 (wchar_t *, const wchar_t *, wchar_t **));
+#endif
+
+#if GNULIB_TEST_WCSWIDTH
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wcswidth, int, (const wchar_t *, size_t));
+#endif
+
 
 int
 main ()