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
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
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
> index 5ce5849..1b228d8 100644
> --- a/m
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
+++ b/mingw-w64-headers/crt/t