From 19d399639ccfb7eae60ce20616e76d6a39e398a4 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Thu, 28 May 1998 12:21:12 +0000
Subject: [PATCH] [project @ 1998-05-28 12:21:12 by simonm] - remove
 NON_POSIX_SOURCE for linux stuff.  Some of the file is POSIX.

This whole file is garbage, and should be recycled.
---
 ghc/runtime/main/Signals.lc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ghc/runtime/main/Signals.lc b/ghc/runtime/main/Signals.lc
index db2da4eaa605..5bed26dbe4e8 100644
--- a/ghc/runtime/main/Signals.lc
+++ b/ghc/runtime/main/Signals.lc
@@ -35,11 +35,6 @@ much pain.
 # define NON_POSIX_SOURCE
 #endif
 
-#if defined(linux_TARGET_OS) 
-# define NON_POSIX_SOURCE
-/* sigh, linux w/ glibc needs _BSD_SOURCE to get caddr_t... (ToDo) */
-#endif
-
 #if defined(osf3_TARGET_OS) || defined(osf1_TARGET_OS)
     /* The include files for OSF1 do not normally define SA_SIGINFO */
 # define _OSF_SOURCE 1
-- 
GitLab