Skip to content

Commit

Permalink
Windows-specific fix for #1185 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmar committed Nov 12, 2009
1 parent 2d5e052 commit c8b84d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/win32/ThrIOManager.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit c8b84d1

Please sign in to comment.