From: simonmar Date: Fri, 26 Sep 2003 09:17:28 +0000 (+0000) Subject: [project @ 2003-09-26 09:17:28 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~409 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4e6055e5b46ca2254a6616124d43730a6695bb39;p=ghc-hetmet.git [project @ 2003-09-26 09:17:28 by simonmar] Update Linker following changes to saved_termios. --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 62e3674..2d6714f 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.132 2003/09/25 09:19:23 simonmar Exp $ + * $Id: Linker.c,v 1.133 2003/09/26 09:17:28 simonmar Exp $ * * (c) The GHC Team, 2000-2003 * @@ -460,7 +460,8 @@ typedef struct _RtsSymbolVal { SymX(rts_unlock) \ SymX(rtsSupportsBoundThreads) \ SymX(run_queue_hd) \ - Sym(saved_termios) \ + Sym(__hscore_get_saved_termios) \ + Sym(__hscore_set_saved_termios) \ SymX(setProgArgv) \ SymX(startupHaskell) \ SymX(shutdownHaskell) \