2011/11/4 Prof Brian Ripley <rip...@stats.ox.ac.uk>: > Thanks for picking up on this. I am seeing about 100 examples of header > conflicts with R packages (after patching R itself to avoid the problem). > > I've now read the source code and I do not see anything in > winpthreads/src/clock.c that is specific to pthreads: even the > thread-specific timer is standard Windows API calls. > > Kai?
Well, the plan was (and is for now) to provide this API only in combination with pthread-POSIX layer. The cause for this is, that timers share API to be breakable in terms of pthread's kill. The header hick-up here is that we need to define within unistd.h - if this API is present - the proper defines for it. If you can think of a better way to provide this functionality in a POSIX compatible way, then I will adopt this approach. Regards, Kai ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public