add LC_MESSAGES

This commit is contained in:
Ben Gras
2010-06-22 09:31:16 +00:00
parent 3cb1096425
commit 82dee9dbc3
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ struct lconv {
#define LC_MONETARY 4
#define LC_NUMERIC 5
#define LC_TIME 6
#define LC_MESSAGES 7
/* Function Prototypes. */
_PROTOTYPE( char *setlocale, (int _category, const char *_locale) );