LC_MESSAGES definition in newlib/libc/include/locale.h
Charles Wilson
cwilson@ece.gatech.edu
Thu Feb 1 22:14:00 GMT 2001
Please apply the following patch which adds LC_MESSAGES to locale.h.
For more information, see the following thread on cygwin-developers:
http://sources.redhat.com/ml/cygwin-developers/2001-02/msg00007.html
Please CC: me on any replies as I am not subscribed to the newlib list.
--Chuck
2001-02-02 Charles Wilson <cwilson@ece.gatech.edu>
* libc/include/locale.h: add LC_MESSAGES definition
Index: locale.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/include/locale.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 locale.h
--- locale.h 2000/02/17 19:39:46 1.1.1.1
+++ locale.h 2001/02/02 06:08:00
@@ -22,6 +22,7 @@
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
+#define LC_MESSAGES 6
struct lconv
{
More information about the Cygwin-developers
mailing list