2001-02-05 Charles Wilson <cwilson@ece.gatech.edu>

* libc/include/locale.h: add LC_MESSAGES definition
This commit is contained in:
Jeff Johnston 2001-02-05 21:51:43 +00:00
parent ae9b22c69b
commit 31f5feea33
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

@ -22,6 +22,7 @@ extern "C" {
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
#define LC_MESSAGES 6
struct lconv
{