Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian-Woo Kim
GHC
Commits
cb28985e
Commit
cb28985e
authored
14 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rts/posix/Signals.c
+2
-2
2 additions, 2 deletions
rts/posix/Signals.c
with
2 additions
and
2 deletions
rts/posix/Signals.c
+
2
−
2
View file @
cb28985e
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment