From e83a36ce9f97ac0f59117b3a62fd2dd8461b1fd5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 27 Sep 2001 05:21:15 +0000 Subject: Rev all the header files to sync things with glibc 2.2.4 --- include/locale.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include/locale.h') diff --git a/include/locale.h b/include/locale.h index 00e75d5b5..b3736dd11 100644 --- a/include/locale.h +++ b/include/locale.h @@ -6,6 +6,8 @@ #include +__BEGIN_DECLS + #ifndef NULL #ifdef __cplusplus #define NULL 0 @@ -70,12 +72,12 @@ struct lconv char n_sign_posn; }; -__BEGIN_DECLS -extern char *setlocale(int __category, __const char *__locale); +/* 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 __P ((void)); +extern struct lconv *localeconv (void) __THROW; __END_DECLS -- cgit v1.2.3