Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2bc9d896
Commit
2bc9d896
authored
May 03, 2012
by
Ian Lynagh
Browse files
Add _getpid to rtsSyms on Win64
parent
dc4ae7b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Linker.c
View file @
2bc9d896
...
...
@@ -560,6 +560,7 @@ typedef struct _RtsSymbolVal {
RTS_WIN64_ONLY(SymI_NeedsProto(__imp_FlushConsoleInputBuffer)) \
RTS_WIN64_ONLY(SymI_HasProto(free)) \
RTS_WIN64_ONLY(SymI_NeedsProto(raise)) \
RTS_WIN64_ONLY(SymI_NeedsProto(_getpid)) \
RTS_WIN64_ONLY(SymI_HasProto(getc)) \
RTS_WIN64_ONLY(SymI_HasProto(ungetc)) \
RTS_WIN64_ONLY(SymI_HasProto(puts)) \
...
...
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