Re: [Mingw-w64-public] Duplication of time functions in winpthreads

2014-01-10 Thread JonY
On 1/10/2014 22:49, Michael Cronenworth wrote: > Michael Cronenworth wrote: >> I noticed that localtime_r()/gmtime_r()/ctime_r() are present in winpthreads >> when >> they were not in the old-pthreads implementation. These routines are already >> available through time.h. Why are they also present

Re: [Mingw-w64-public] Duplication of time functions in winpthreads

2014-01-10 Thread Michael Cronenworth
Michael Cronenworth wrote: > I noticed that localtime_r()/gmtime_r()/ctime_r() are present in winpthreads > when > they were not in the old-pthreads implementation. These routines are already > available through time.h. Why are they also present in pthread.h? I realize this is a trivial complaint

[Mingw-w64-public] Duplication of time functions in winpthreads

2014-01-06 Thread Michael Cronenworth
Hello, I noticed that localtime_r()/gmtime_r()/ctime_r() are present in winthreads when they were not in the old-pthreads implementation. These routines are already available through time.h. Why are they also present in pthread.h? Thanks, Michael -