Skip to content
Snippets Groups Projects
Commit cb28985e authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Rename System.Event to GHC.Event

It's just an internal GHC library, for now at least
parent d8dea07b
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ void
setIOManagerWakeupFd (int fd)
{
// only called when THREADED_RTS, but unconditionally
// compiled here because System.Event.Control depends on it.
// compiled here because GHC.Event.Control depends on it.
io_manager_wakeup_fd = fd;
}
......@@ -109,7 +109,7 @@ void
setIOManagerControlFd (int fd)
{
// only called when THREADED_RTS, but unconditionally
// compiled here because System.Event.Control depends on it.
// compiled here because GHC.Event.Control depends on it.
io_manager_control_fd = fd;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment