[commit: ghc] master: fix linker_unload test _FILE_OFFSET_BITS redefined warning on Solaris/i386 (f42fa9b)

git at git.haskell.org git at git.haskell.org
Thu Aug 7 07:49:15 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/f42fa9b872a72e08e3a960bb4bb87a133d2051db/ghc

>---------------------------------------------------------------

commit f42fa9b872a72e08e3a960bb4bb87a133d2051db
Author: Karel Gardas <karel.gardas at centrum.cz>
Date:   Wed Aug 6 23:22:31 2014 +0200

    fix linker_unload test _FILE_OFFSET_BITS redefined warning on Solaris/i386


>---------------------------------------------------------------

f42fa9b872a72e08e3a960bb4bb87a133d2051db
 testsuite/tests/rts/linker_unload.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/rts/linker_unload.c b/testsuite/tests/rts/linker_unload.c
index 55870c3..f1cc891 100644
--- a/testsuite/tests/rts/linker_unload.c
+++ b/testsuite/tests/rts/linker_unload.c
@@ -1,3 +1,4 @@
+#include "ghcconfig.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include "Rts.h"



More information about the ghc-commits mailing list