[project @ 1998-05-28 12:21:12 by simonm]
authorsimonm <unknown>
Thu, 28 May 1998 12:21:12 +0000 (12:21 +0000)
committersimonm <unknown>
Thu, 28 May 1998 12:21:12 +0000 (12:21 +0000)
- 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

index db2da4e..5bed26d 100644 (file)
@@ -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