signals

Simon Marlow simonmar at microsoft.com
Mon Oct 20 14:41:10 EDT 2003


 
> In libraries/base/include/HsBase.h, there is
> 
> INLINE int __hsposix_SIG_BLOCK()   { return SIG_BLOCK; }
> INLINE int __hsposix_SIG_UNBLOCK() { return SIG_SETMASK; }
> INLINE int __hsposix_SIG_SETMASK() { return SIG_UNBLOCK; }
> 
> That's not intentional, is it?

No, surely not.

Simon


More information about the Cvs-libraries mailing list