Since strto[u]ll[_r] implementations were recently accepted into newlib, 
export (the non-reentrant versions) from cygwin1.dll.

--Chuck
Mon Oct 1 14:25:00 2001  Charles Wilson  <[EMAIL PROTECTED]>

        * cygwin.din: export strtoll and strtoull
Index: cygwin.din
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/cygwin.din,v
retrieving revision 1.37
diff -u -r1.37 cygwin.din
--- cygwin.din  2001/09/19 01:07:10     1.37
+++ cygwin.din  2001/10/01 18:25:18
@@ -789,8 +789,12 @@
 _strtok_r = strtok_r
 strtol
 _strtol = strtol
+strtoll
+_strtoll = strtoll
 strtoul
 _strtoul = strtoul
+strtoull
+_strtoull = strtoull
 strupr
 _strupr = strupr
 strxfrm

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to