Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1041f9ab
Commit
1041f9ab
authored
Nov 22, 2001
by
simonmar
Browse files
[project @ 2001-11-22 15:15:27 by simonmar]
Add rts_getThreadId to the Linker's built in symbol table
parent
db61851c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Linker.c
View file @
1041f9ab
/* -----------------------------------------------------------------------------
* $Id: Linker.c,v 1.7
3
2001/11/
08 12:46:31
simonmar Exp $
* $Id: Linker.c,v 1.7
4
2001/11/
22 15:15:27
simonmar Exp $
*
* (c) The GHC Team, 2000, 2001
*
...
...
@@ -255,6 +255,7 @@ typedef struct _RtsSymbolVal {
SymX(rts_getInt32) \
SymX(rts_getPtr) \
SymX(rts_getStablePtr) \
SymX(rts_getThreadId) \
SymX(rts_getWord) \
SymX(rts_getWord32) \
SymX(rts_mkAddr) \
...
...
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