diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-02-05 21:51:43 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-02-05 21:51:43 +0000 |
commit | 31f5feea33601dc33b66c55d7163e7cf29b381a3 (patch) | |
tree | cf053c011e9acc0a58ca9024c46ad6956dc62a58 /newlib/libc/include/locale.h | |
parent | ae9b22c69b7374129d872cde66290c925a0c9857 (diff) | |
download | newlib-31f5feea33601dc33b66c55d7163e7cf29b381a3.zip newlib-31f5feea33601dc33b66c55d7163e7cf29b381a3.tar.gz newlib-31f5feea33601dc33b66c55d7163e7cf29b381a3.tar.bz2 |
2001-02-05 Charles Wilson <cwilson@ece.gatech.edu>
* libc/include/locale.h: add LC_MESSAGES definition
Diffstat (limited to 'newlib/libc/include/locale.h')
-rw-r--r-- | newlib/libc/include/locale.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/locale.h b/newlib/libc/include/locale.h index c8d9c08..4718248 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 { |