From: simonmar Date: Thu, 18 Dec 2003 09:32:07 +0000 (+0000) Subject: [project @ 2003-12-18 09:32:07 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~179 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=deb02bba366a14249113b97223c36c9bec8e384e [project @ 2003-12-18 09:32:07 by simonmar] Undo part of previous merge: the HEAD doesn't export saved_termios (it is accessed by functions in RtsStartup instead). --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 85d5809..41e90ca 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,4 +1,5 @@ /* ----------------------------------------------------------------------------- + * $Id: Linker.c,v 1.142 2003/12/18 09:32:07 simonmar Exp $ * * (c) The GHC Team, 2000-2003 * @@ -554,13 +555,6 @@ typedef struct _RtsSymbolVal { #define RTS_LONG_LONG_SYMS /* nothing */ #endif -#ifdef HAVE_TERMIOS_H -#define RTS_TERMIOS_SYMS \ - Sym(saved_termios) -#else -#define RTS_TERMIOS_SYMS /* nothing */ -#endif - // 64-bit support functions in libgcc.a #if defined(__GNUC__) && SIZEOF_VOID_P <= 4 #define RTS_LIBGCC_SYMBOLS \ @@ -602,7 +596,6 @@ RTS_LONG_LONG_SYMS RTS_POSIX_ONLY_SYMBOLS RTS_MINGW_ONLY_SYMBOLS RTS_CYGWIN_ONLY_SYMBOLS -RTS_TERMIOS_SYMS RTS_LIBGCC_SYMBOLS #undef Sym #undef SymX