aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/HsUnix.h
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-12-03 22:25:13 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-12-03 22:26:18 +0100
commit5740003e06f0c585460501514f3352f5e105c98c (patch)
treec70ca6e115f9420e6aab09b72f454d1bc7ad45df /include/HsUnix.h
parent03632e32eb1d2e8f5d41ddc0f81bc6eff6a343c9 (diff)
Simplify code via AC_USE_SYSTEM_EXTENSIONS
`AC_USE_SYSTEM_EXTENSIONS` takes care of defining feature_test_macros(7) thereby allowing us to remove a few manual `#define`s
Diffstat (limited to 'include/HsUnix.h')
-rw-r--r--include/HsUnix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index ba3e053..cfdddb4 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -19,10 +19,6 @@
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
-#ifdef solaris2_HOST_OS
-#define _POSIX_PTHREAD_SEMANTICS
-#endif
-
#include <stdlib.h>
#include <stdio.h>