summaryrefslogtreecommitdiff
path: root/includes/Stg.h
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-10-06 10:19:59 +0000
committerIan Lynagh <igloo@earth.li>2008-10-06 10:19:59 +0000
commit5ee6212c3b25c14db37bc01beeca67707736c406 (patch)
treeef780fdd412f0e5d44c736ae2bb47e03e6629020 /includes/Stg.h
parent1ded309e6585fa244c5e4d00ccfebdf163a77398 (diff)
downloadhaskell-5ee6212c3b25c14db37bc01beeca67707736c406.tar.gz
Remove #define _BSD_SOURCE from Stg.h
It's no longer needed, as base no longer #includes it
Diffstat (limited to 'includes/Stg.h')
-rw-r--r--includes/Stg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/Stg.h b/includes/Stg.h
index 32e838090b..7ac6b1a864 100644
--- a/includes/Stg.h
+++ b/includes/Stg.h
@@ -35,9 +35,6 @@
// Turn on C99 for .hc code. This gives us the INFINITY and NAN
// constants from math.h, which we occasionally need to use in .hc (#1861)
# define _ISOC99_SOURCE
-
-// Turning on _ISOC99_SOURCE means S_ISSOCK gets defined on Linux
-# define _BSD_SOURCE
#endif
#if IN_STG_CODE == 0