aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar stolz <unknown>2004-02-19 16:29:28 +0000
committerGravatar stolz <unknown>2004-02-19 16:29:28 +0000
commitfa8bd62e22be9f28c8b7ba196e614de87e9f0fa5 (patch)
tree0848575c4bc22f14f7c26b45366c9917b459e35a /System
parentca125f0e2c5bc95f54306c75c1c3d85ce7f65963 (diff)
[project @ 2004-02-19 16:29:28 by stolz]
Remove redundant _POSIX_PTHREAD_SEMANTICS. It's defined on the command line and also set too late/in the wrong place (after including system prototypes), anyway.
Diffstat (limited to 'System')
-rw-r--r--System/Posix/User.hsc5
1 files changed, 0 insertions, 5 deletions
diff --git a/System/Posix/User.hsc b/System/Posix/User.hsc
index e834f80..965a0d0 100644
--- a/System/Posix/User.hsc
+++ b/System/Posix/User.hsc
@@ -42,11 +42,6 @@ module System.Posix.User (
#include "HsUnix.h"
-#ifdef solaris2_TARGET_OS
--- Solaris needs this in order to get the POSIX versions of getgrnam_r etc.
-#define _POSIX_PTHREAD_SEMANTICS 1
-#endif
-
import System.Posix.Types
import Foreign
import Foreign.C