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

2014-10-07 Thread Ozkan Sezer
On 10/6/14, JonY jo...@users.sourceforge.net 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

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

[Mingw-w64-public] Remove some _POSIX guards

2014-10-04 Thread JonY
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 index 5ce5849..1b228d8 100644 --- a/mingw-w64-headers/crt/time.h +++