From b2ed664da2fad9f25f7cb960965dbb085c54dc6b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 5 May 2017 21:57:14 +0200 Subject: [PATCH] locale-c++-tests: Update. * tests/test-locale-c++.cc (localeconv): Declare, missing since 2012-03-25. --- ChangeLog | 6 ++++++ tests/test-locale-c++.cc | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8f867383a6..7e958427e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-05-05 Bruno Haible + + locale-c++-tests: Update. + * tests/test-locale-c++.cc (localeconv): Declare, missing since + 2012-03-25. + 2017-05-05 Bruno Haible inttypes-c++-tests: New module. diff --git a/tests/test-locale-c++.cc b/tests/test-locale-c++.cc index 68a9b0787f..c876b31473 100644 --- a/tests/test-locale-c++.cc +++ b/tests/test-locale-c++.cc @@ -24,6 +24,10 @@ #include "signature.h" +#if GNULIB_TEST_LOCALECONV +SIGNATURE_CHECK (GNULIB_NAMESPACE::localeconv, struct lconv *, (void)); +#endif + #if GNULIB_TEST_SETLOCALE SIGNATURE_CHECK (GNULIB_NAMESPACE::setlocale, char *, (int, const char *)); #endif -- 2.39.5