[project @ 2005-04-06 00:59:11 by sof]
authorsof <unknown>
Wed, 6 Apr 2005 00:59:11 +0000 (00:59 +0000)
committersof <unknown>
Wed, 6 Apr 2005 00:59:11 +0000 (00:59 +0000)
RTS_MINGW_ONLY_SYMBOLS: added _imp___osver global (needed by HsBase.h:__hscore_get_osver())

ghc/rts/Linker.c

index 2e37d71..6a9f00c 100644 (file)
@@ -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)                              \