Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-02-06 00:51:43 +0300
committerJeff Johnston <jjohnstn@redhat.com>2001-02-06 00:51:43 +0300
commit31f5feea33601dc33b66c55d7163e7cf29b381a3 (patch)
treecf053c011e9acc0a58ca9024c46ad6956dc62a58 /newlib/libc
parentae9b22c69b7374129d872cde66290c925a0c9857 (diff)
2001-02-05 Charles Wilson <cwilson@ece.gatech.edu>
* libc/include/locale.h: add LC_MESSAGES definition
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/locale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/locale.h b/newlib/libc/include/locale.h
index c8d9c081d..4718248d8 100644
--- a/newlib/libc/include/locale.h
+++ b/newlib/libc/include/locale.h
@@ -22,6 +22,7 @@ extern "C" {
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
+#define LC_MESSAGES 6
struct lconv
{