panne:
> panne       2003/11/01 16:06:23 PST
> 
>   Modified files:
>     libraries/base/include HsBase.h 
>   Log:
>   Added an extremely ugly workaround for the broken sigfillset macro on
>   OpenBSD, which misses a cast. Is there a better way?

>From (OpenBSD) man sigfillset :

    sigemptyset() and sigfillset() are provided as macros, but actual
    functions are available if their names are undefined (with #undef
    name).

You want to use the function instead?

-- Don
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to