Goplat <[EMAIL PROTECTED]> wrote:

> --- Leopold Toetsch <[EMAIL PROTECTED]> wrote:
>> Goplat <[EMAIL PROTECTED]> wrote:
>> > ops/sys.ops:169: warning: implicit declaration of function `gmtime_r'
>> > ops/sys.ops:170: warning: implicit declaration of function `asctime_r'
>> > ops/sys.ops:178: warning: implicit declaration of function `localtime_r'
>>
>> > msvcrt doesn't have these functions (it uses thread-local storage to make
>> > the traditional functions thread safe)
>>
>> I've moved these functions now all to platform/generic/time.c with a
>> C<Parrot_> prefix, so that people can implement proper wrappers around
>> in their relevant platform subdir.

> Thanks, with that and the attached patch to add said wrappers (and include
> time.h) parrot compiles once again.

Thanks, applied.
leo

Reply via email to