diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/locale.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/locale.h b/locale/locale.h index 57acb62cd0..1b0296ae4a 100644 --- a/locale/locale.h +++ b/locale/locale.h @@ -119,12 +119,17 @@ struct lconv }; +__BEGIN_NAMESPACE_STD + /* Set and/or return the current locale. */ extern char *setlocale (int __category, __const char *__locale) __THROW; /* Return the numeric/monetary information for the current locale. */ extern struct lconv *localeconv (void) __THROW; +__END_NAMESPACE_STD + + #ifdef __USE_GNU /* The concept of one static locale per category is not very well thought out. Many applications will need to process its data using |