From 80af4542c0e78a3b5317eca0514abf908c1ae6cf Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 May 2008 07:56:12 +0000 Subject: - make it compile with !__UCLIBC_HAS_LOCALE__ --- include/locale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/locale.h') diff --git a/include/locale.h b/include/locale.h index ba04e8902..c708d4435 100644 --- a/include/locale.h +++ b/include/locale.h @@ -132,7 +132,7 @@ extern struct lconv *localeconv (void) __THROW; __END_NAMESPACE_STD -#if defined(__USE_GNU) +#if defined(__USE_GNU) && defined(__UCLIBC_HAS_LOCALE__) /* The concept of one static locale per category is not very well thought out. Many applications will need to process its data using information from several different locales. Another application is -- cgit v1.2.3