[lttng-dev] [Babeltrace RFC PATCH 11/28] Add MinGW implementation of gmtime_r

2013-05-02 Thread Ikaheimonen, JP
Add a (non-recursive) implementation of gmtime_r as it is missing in the MinGW standard library. Implementation is written in file include/babeltrace/compat/time.h which must be included in the source files that call gmtime_r. --- formats/ctf/ctf.c| 1 + include/babeltrace/compat/

Re: [lttng-dev] [Babeltrace RFC PATCH 11/28] Add MinGW implementation of gmtime_r

2013-05-13 Thread Jérémie Galarneau
On Thu, May 2, 2013 at 7:52 AM, Ikaheimonen, JP wrote: > Add a (non-recursive) implementation of gmtime_r as it is > missing in the MinGW standard library. > Implementation is written in file include/babeltrace/compat/time.h > which must be included in the source files that call gmtime_r. > --- >