This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

LC_MESSAGES definition in newlib/libc/include/locale.h


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
 {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]