X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FPosixSource.h;h=37966b4907c2ddc2c0481fa05122b43a58fc5ab3;hb=553e90d9a32ee1b1809430f260c401cc4169c6c7;hp=5ccff7546fc6095c3de910bd72ae496fecf8b0a7;hpb=bc5c802181b513216bc88f0d1ec9574157ee05fe;p=ghc-hetmet.git diff --git a/ghc/includes/PosixSource.h b/ghc/includes/PosixSource.h index 5ccff75..37966b4 100644 --- a/ghc/includes/PosixSource.h +++ b/ghc/includes/PosixSource.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PosixSource.h,v 1.1 2001/08/14 13:40:08 sewardj Exp $ + * $Id: PosixSource.h,v 1.2 2002/04/23 17:16:01 ken Exp $ * * (c) The GHC Team, 1998-2001 * @@ -11,7 +11,7 @@ #define POSIXSOURCE_H #define _POSIX_SOURCE 1 -#define _POSIX_C_SOURCE 199309L +#define _POSIX_C_SOURCE 199506L #define _ISOC9X_SOURCE /* Let's be ISO C9X too... */