X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-stdlib-c%2B%2B.cc;h=9010c1c7258f789e509d2ac8d64b754eed00c86d;hb=18c7880d06e42284d765ef2cb7be4019fdcd9281;hp=419e54700201c6dbfdb7069f743953814176ba71;hpb=82e60758d286043fbeca68ac04f782bc46b4bc34;p=gnulib.git diff --git a/tests/test-stdlib-c++.cc b/tests/test-stdlib-c++.cc index 419e54700..9010c1c72 100644 --- a/tests/test-stdlib-c++.cc +++ b/tests/test-stdlib-c++.cc @@ -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 ()