aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-02-05 21:51:43 +0000
committerJeff Johnston <jjohnstn@redhat.com>2001-02-05 21:51:43 +0000
commit31f5feea33601dc33b66c55d7163e7cf29b381a3 (patch)
treecf053c011e9acc0a58ca9024c46ad6956dc62a58 /newlib
parentae9b22c69b7374129d872cde66290c925a0c9857 (diff)
downloadnewlib-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')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/locale.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d626c26..d4f0add 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-05 Charles Wilson <cwilson@ece.gatech.edu>
+
+ * libc/include/locale.h: add LC_MESSAGES definition
+
2001-02-01 Alexandre Oliva <aoliva@redhat.com>
* libc/sys/sh/sys/syscall.h (SYS_get_argc, SYS_get_argN_len,
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
{