blob: 9e71b74edee7f29d3814ddb4f49a14138b392490 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ah,v 1.3 2005/06/14 11:02:43 kristerw Exp $
--- ghc/rts/PosixSource.h.orig Tue Jun 14 01:55:53 2005
+++ ghc/rts/PosixSource.h Fri Aug 13 15:39:29 2004
@@ -9,9 +9,11 @@
#ifndef POSIXSOURCE_H
#define POSIXSOURCE_H
+#if 0
#define _POSIX_SOURCE 1
#define _POSIX_C_SOURCE 199506L
#define _ISOC9X_SOURCE
+#endif
/* Let's be ISO C9X too... */
|