aboutsummaryrefslogtreecommitdiffhomepage
path: root/cbits/dirUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'cbits/dirUtils.c')
-rw-r--r--cbits/dirUtils.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cbits/dirUtils.c b/cbits/dirUtils.c
index 6fc0830..0a645eb 100644
--- a/cbits/dirUtils.c
+++ b/cbits/dirUtils.c
@@ -4,17 +4,6 @@
* Directory Runtime Support
*/
-/* needed only for solaris2_HOST_OS */
-#ifdef __GLASGOW_HASKELL__
-#include "ghcconfig.h"
-#endif
-
-// The following is required on Solaris to force the POSIX versions of
-// the various _r functions instead of the Solaris versions.
-#ifdef solaris2_HOST_OS
-#define _POSIX_PTHREAD_SEMANTICS
-#endif
-
#include "HsUnix.h"
/*