[Mono-devel-list] Mono on AIX [Virus checked]

Dick Porter dick at ximian.com
Tue Nov 30 12:27:29 EST 2004


On Tue, 2004-11-30 at 17:08 +0100,
Winfried.Harbecke at Extern.Sparkassen-Informatik.de wrote:
> In a strict
> interpretation of POSIX,
> the <sys/time.h> in mono/io-layer/misc.c is a bug,
> 
>       http://www.opengroup.org/onlinepubs/009695399/basedefs/time.h.html
> 
>       says:
>             ... The <time.h> header shall declare the structure timespec,

Interesting.  The Linux man page for gettimeofday still says
<sys/time.h>.  I'll fix that in the source.

> The THREAD_* defines in mono/io-layer/misc.c are not being used anywhere
> (except THREAD_ALL_ACCESS), it might make sense to reduce the potential
> of name conflict by another prefix.

Do you mean mono/io-layer/threads.h?  Those are part of the win32 API
that io-layer is emulating so we can't really use another prefix, but as
they aren't being used in the rest of mono we could easily just comment
them out for now.

- Dick





More information about the Mono-devel-list mailing list