aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2005-01-28 13:36:36 +0000
committerGravatar simonmar <unknown>2005-01-28 13:36:36 +0000
commit0d67b5ffbc969804395a35dd63f90bb37e5b6bef (patch)
treefc993f7b8c14325c4ac3ee710051a719db5390ea /include
parent73bbc8603649653ad562d8019f37c8ef61d5df51 (diff)
[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).
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h2
1 files changed, 1 insertions, 1 deletions
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