Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
c8b84d15
Commit
c8b84d15
authored
Nov 12, 2009
by
Simon Marlow
Browse files
Windows-specific fix for #1185 patch
parent
2d5e052d
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/win32/ThrIOManager.c
View file @
c8b84d15
...
...
@@ -112,13 +112,13 @@ sendIOManagerEvent (HsWord32 event)
#endif
}
#if defined(THREADED_RTS)
void
ioManagerWakeup
(
void
)
{
sendIOManagerEvent
(
IO_MANAGER_WAKEUP
);
}
#if defined(THREADED_RTS)
void
ioManagerDie
(
void
)
{
...
...
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