Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
920a3de7
Commit
920a3de7
authored
Dec 17, 2003
by
sof
Browse files
[project @ 2003-12-17 17:18:27 by sof]
merge rev. 1.128.2.11
parent
39dbe3c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Linker.c
View file @
920a3de7
/* -----------------------------------------------------------------------------
* $Id: Linker.c,v 1.140 2003/11/12 15:45:49 sof Exp $
*
* (c) The GHC Team, 2000-2003
*
...
...
@@ -230,6 +229,7 @@ typedef struct _RtsSymbolVal {
#define RTS_MINGW_ONLY_SYMBOLS \
SymX(asyncReadzh_fast) \
SymX(asyncWritezh_fast) \
SymX(asyncDoProczh_fast) \
SymX(memset) \
SymX(inet_ntoa) \
SymX(inet_addr) \
...
...
@@ -554,6 +554,13 @@ 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 \
...
...
@@ -595,6 +602,7 @@ 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment