export nl_langinfo() patch

Jason Tishler jason@tishler.net
Fri Nov 22 12:46:00 GMT 2002


The attached patch exports newlib's nl_langinfo().

Thanks,
Jason
-------------- next part --------------
Index: cygwin.din
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/cygwin.din,v
retrieving revision 1.68
diff -u -p -r1.68 cygwin.din
--- cygwin.din	15 Nov 2002 19:04:36 -0000	1.68
+++ cygwin.din	22 Nov 2002 20:35:24 -0000
@@ -597,6 +597,8 @@ nextafter
 _nextafter = nextafter
 nextafterf
 _nextafterf = nextafterf
+nl_langinfo
+_nl_langinfo = nl_langinfo
 open
 _open = open
 opendir
Index: include/cygwin/version.h
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/include/cygwin/version.h,v
retrieving revision 1.86
diff -u -p -r1.86 version.h
--- include/cygwin/version.h	22 Nov 2002 16:27:32 -0000	1.86
+++ include/cygwin/version.h	22 Nov 2002 20:35:24 -0000
@@ -163,12 +163,13 @@ details. */
        63: Export pututline
        64: Export fseeko, ftello
        65: Export siginterrupt
+       66: Export nl_langinfo
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 65
+#define CYGWIN_VERSION_API_MINOR 66
 
      /* There is also a compatibity version number associated with the
 	shared memory regions.  It is incremented when incompatible
-------------- next part --------------
Fri Nov 22 15:43:13 2002  <jason@tishler.net>

	* cygwin.din: Export nl_langinfo().
	* include/cygwin/version.h: Bump API minor version.


More information about the Cygwin-patches mailing list