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
bb7674b7
Commit
bb7674b7
authored
Jul 26, 2006
by
Simon Marlow
Browse files
missed one symbol that needs a package name
parent
e7d4b777
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/posix/Signals.c
View file @
bb7674b7
...
...
@@ -147,7 +147,7 @@ ioManagerStart (void)
Capability
*
cap
;
if
(
io_manager_pipe
<
0
)
{
cap
=
rts_lock
();
rts_evalIO
(
cap
,
&
GHCziConc_ensureIOManagerIsRunning_closure
,
NULL
);
rts_evalIO
(
cap
,
&
base_
GHCziConc_ensureIOManagerIsRunning_closure
,
NULL
);
rts_unlock
(
cap
);
}
}
...
...
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