X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FLinker.c;h=388913d975e502a8bb4f096e45ca6d6b34282c39;hb=3b80c4f64820e0d8e200262620cc74b007614ed8;hp=d9e2b91ce26bb83667d3b3011fec6b7e36ec515b;hpb=139f19e372fc69d1f61db324cb59a61c40834328;p=ghc-hetmet.git diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index d9e2b91..388913d 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.47 2001/06/28 14:26:58 sewardj Exp $ + * $Id: Linker.c,v 1.48 2001/06/29 14:47:58 sewardj Exp $ * * (c) The GHC Team, 2000 * @@ -84,6 +84,7 @@ typedef struct _RtsSymbolVal { /* These are statically linked from the mingw libraries into the ghc executable, so we have to employ this hack. */ #define RTS_MINGW_ONLY_SYMBOLS \ + SymX(memset) \ SymX(inet_ntoa) \ SymX(inet_addr) \ SymX(htonl) \