summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-20 07:56:12 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-20 07:56:12 +0000
commit80af4542c0e78a3b5317eca0514abf908c1ae6cf (patch)
tree84e8c1fbca1b9371f18d3180f57759bf12f94549 /include
parentbad2262ab335742589e48c5b98752df9735d75c0 (diff)
- make it compile with !__UCLIBC_HAS_LOCALE__
Diffstat (limited to 'include')
-rw-r--r--include/locale.h2
1 files changed, 1 insertions, 1 deletions
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