X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=include%2FHsBase.h;h=4ed8b4b8546dc63251526bd88d81c40b328cdb7f;hb=7df368fc56486bdb8dec35c6adb54afd9692a967;hp=ba7827eb0ec9358011d44ea2480a9fa6a617ed82;hpb=7de614790f72f6a8ebe81ea8ec4ee173e81f406d;p=ghc-base.git diff --git a/include/HsBase.h b/include/HsBase.h index ba7827e..4ed8b4b 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -683,6 +683,13 @@ INLINE int __hsposix_SIGXFSZ() { return SIGXFSZ; } INLINE int __hsposix_SIG_BLOCK() { return SIG_BLOCK; } INLINE int __hsposix_SIG_UNBLOCK() { return SIG_UNBLOCK; } INLINE int __hsposix_SIG_SETMASK() { return SIG_SETMASK; } + +#if HAVE_SIGINFO +INLINE int __hsposix_SIGINFO() { return SIGINFO; } +#endif +#if HAVE_SIGWINCH +INLINE int __hsposix_SIGWINCH() { return SIGWINCH; } +#endif #endif /* mingw32_TARGET_OS */ // These are wrapped because on some OSs (eg. Linux) they are