Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <3A7A510E.59F98F16@ece.gatech.edu> Date: Fri, 02 Feb 2001 01:17:50 -0500 From: Charles Wilson X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: newlib AT sources DOT redhat DOT com CC: cygwin-developers AT sources DOT redhat DOT com Subject: LC_MESSAGES definition in newlib/libc/include/locale.h Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 * 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 {