From: simonm Date: Thu, 28 May 1998 12:21:12 +0000 (+0000) Subject: [project @ 1998-05-28 12:21:12 by simonm] X-Git-Tag: Approx_2487_patches~651 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=19d399639ccfb7eae60ce20616e76d6a39e398a4;p=ghc-hetmet.git [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. --- diff --git a/ghc/runtime/main/Signals.lc b/ghc/runtime/main/Signals.lc index db2da4e..5bed26d 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