X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=include%2FHsBase.h;h=f9c6e1dcc5fe8a78ec116cd2747c99fb6edff5c2;hb=fcf4aa473708347cb25241cd6aa6547a05c51920;hp=bc88bad3b41e3161f47e439ca38f0a2131b87a3a;hpb=473718bc252b39bf0c4a1a681fa9ced1827150d8;p=ghc-base.git diff --git a/include/HsBase.h b/include/HsBase.h index bc88bad..f9c6e1d 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsBase.h,v 1.34 2003/10/30 18:51:26 sof Exp $ + * $Id: HsBase.h,v 1.35 2003/11/02 00:06:23 panne Exp $ * * (c) The University of Glasgow 2001-2002 * @@ -34,6 +34,10 @@ #endif #ifdef HAVE_SIGNAL_H #include +/* Ultra-ugly: OpenBSD uses a broken macro for sigfillset (missing cast) */ +#if __OpenBSD__ +#undef sigfillset +#endif #endif #ifdef HAVE_ERRNO_H #include