Re: [Mingw-w64-public] Remove some _POSIX guards

2014-10-07 Thread Kai Tietz
Hi, I replied already on IRC to vtorri for this patch. Issue I am concerned is that the ..._r stuff isn't standard C stuff. Sure, as vtorri told me, we provide gettimeofday too, which is a Linux-C-runtime-function. I am not fond of providing this function by default, but I remember strong issue

Re: [Mingw-w64-public] Remove some _POSIX guards

2014-10-07 Thread Ozkan Sezer
On 10/6/14, JonY wrote: > On 10/4/2014 18:38, JonY wrote: >> This should be the same as the strtok_r case, the following will now be >> exposed: >> localtime_r >> gmtime_r >> ctime_r >> asctime_r >> >> Patch OK? >> >> diff --git a/mingw-w64-headers/crt/time.h b/mingw-w64-headers/crt/time.h >> inde