summaryrefslogtreecommitdiff
path: root/locale/locale.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-28 08:01:11 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-28 08:01:11 +0000
commit7a5affebe810c786bfc9ef17cdc4d0bc20a1302e (patch)
treed461b7135c42ab5555bddfe4a5fa4b46a1c4ca94 /locale/locale.h
parenta3f9038c879c11344430169d6daa8fad30d4f379 (diff)
Prepare headers for use in ISO C++ compliant implementations.
Diffstat (limited to 'locale/locale.h')
-rw-r--r--locale/locale.h5
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