> If you use -std=gnu89 instead of -ansi the problem
> will go away.  Is
> there some specific reason you need to disable the
> other extensions
> that gnu89 enables?

I am just interested in knowing if Solaris intends for users of strict ANSI C 
to have to #ifdef to check hrtime before using it. Should user code be poking 
into the longlong_t union if compiled in ANSI C?

If the system headers themselves know well enough to declare the type 
differently, why are macros or functions to add, subtract, etc not provided 
which work independent of the compiler options?
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
https://opensolaris.org:444/mailman/listinfo/opensolaris-code

Reply via email to