From 24217f1812f1ac7b638ccb2a0a0ec0b0e97e5649 Mon Sep 17 00:00:00 2001 From: ross Date: Mon, 27 Oct 2003 09:56:11 +0000 Subject: [PATCH] [project @ 2003-10-27 09:56:11 by ross] unswap UNBLOCK/SETMASK (merge to STABLE) --- include/HsBase.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/HsBase.h b/include/HsBase.h index b92303a..66483b8 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsBase.h,v 1.32 2003/10/13 05:09:40 sof Exp $ + * $Id: HsBase.h,v 1.33 2003/10/27 09:56:11 ross Exp $ * * (c) The University of Glasgow 2001-2002 * @@ -681,8 +681,8 @@ INLINE int __hsposix_SIGXCPU() { return SIGXCPU; } INLINE int __hsposix_SIGXFSZ() { return SIGXFSZ; } INLINE int __hsposix_SIG_BLOCK() { return SIG_BLOCK; } -INLINE int __hsposix_SIG_UNBLOCK() { return SIG_SETMASK; } -INLINE int __hsposix_SIG_SETMASK() { return SIG_UNBLOCK; } +INLINE int __hsposix_SIG_UNBLOCK() { return SIG_UNBLOCK; } +INLINE int __hsposix_SIG_SETMASK() { return SIG_SETMASK; } #endif /* mingw32_TARGET_OS */ #endif /* __HSBASE_H__ */ -- 1.7.10.4