From 0d67b5ffbc969804395a35dd63f90bb37e5b6bef Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 28 Jan 2005 13:36:36 +0000 Subject: [project @ 2005-01-28 13:36:36 by simonmar] Catch up with updates to platform #defines. Generally: use _HOST_ rather than _TARGET_ (except in Cabal where we have to retain compatibility with previous GHC versions). --- include/HsUnix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/HsUnix.h b/include/HsUnix.h index 8743c67..6950b57 100644 --- a/include/HsUnix.h +++ b/include/HsUnix.h @@ -20,7 +20,7 @@ #undef PACKAGE_TARNAME #undef PACKAGE_VERSION -#ifdef solaris2_TARGET_OS +#ifdef solaris2_HOST_OS #define _POSIX_PTHREAD_SEMANTICS #endif -- cgit v1.2.3