From 31f5feea33601dc33b66c55d7163e7cf29b381a3 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 5 Feb 2001 21:51:43 +0000 Subject: 2001-02-05 Charles Wilson * libc/include/locale.h: add LC_MESSAGES definition --- newlib/libc/include/locale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc') 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 { -- cgit v1.2.3