This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


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

PATCH Request! for cygwin/cygwin.din (please add strtok_r)


Hi, would some kind soul please add strtok_r to cygwin/cygwin.din?

It's already in the dll, just needs the import lib updated.

Thanks!
edward

--- cygwin/cygwin.din~	Thu Dec  7 11:05:56 2000
+++ cygwin/cygwin.din	Thu Dec  7 11:01:45 2000
@@ -749,6 +749,8 @@
 _strtodf = strtodf
 strtok
 _strtok = strtok
+strtok_r
+_strtok_r = strtok_r
 strtol
 _strtol = strtol
 strtoul


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