X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FSignals.c;h=d476a01a06fc7a5f71e54765f2e5dce7ab6fa131;hb=bc5c802181b513216bc88f0d1ec9574157ee05fe;hp=1adfb04e8509a19656bdd0fd68cc3f9f317c94ff;hpb=b19d97709b3a5f8a6be04f113525f868cc48ad53;p=ghc-hetmet.git diff --git a/ghc/rts/Signals.c b/ghc/rts/Signals.c index 1adfb04..d476a01 100644 --- a/ghc/rts/Signals.c +++ b/ghc/rts/Signals.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Signals.c,v 1.20 2001/07/26 03:24:01 ken Exp $ + * $Id: Signals.c,v 1.21 2001/08/14 13:40:09 sewardj Exp $ * * (c) The GHC Team, 1998-1999 * @@ -7,8 +7,9 @@ * * ---------------------------------------------------------------------------*/ -#define NON_POSIX_SOURCE - +/* This is non=Posix compliant. + #include "PosixSource.h" +*/ #include "Rts.h" #include "SchedAPI.h" #include "Schedule.h"