From: sof Date: Wed, 6 Apr 2005 00:59:11 +0000 (+0000) Subject: [project @ 2005-04-06 00:59:11 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~794 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=153c309b19d3935bb4401388478deca92a9427b8;p=ghc-hetmet.git [project @ 2005-04-06 00:59:11 by sof] RTS_MINGW_ONLY_SYMBOLS: added _imp___osver global (needed by HsBase.h:__hscore_get_osver()) --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 2e37d71..6a9f00c 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -301,6 +301,7 @@ typedef struct _RtsSymbolVal { Sym(_imp___timezone) \ Sym(_imp___tzname) \ Sym(_imp___iob) \ + Sym(_imp___osver) \ Sym(localtime) \ Sym(gmtime) \ Sym(opendir) \