This is an archive of the discontinued LLVM Phabricator instance.

[linux] Remove all traces of signalfd(2)
ClosedPublic

Authored by labath on Feb 22 2016, 8:41 AM.

Details

Summary

Signalfd is not used in the code anymore, and given that the same functionality can be achieved
with the new MainLoop class, it's unlikely we will need it in the future. Remove all traces of
it.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 48692.Feb 22 2016, 8:41 AM
labath retitled this revision from to [linux] Remove all traces of signalfd(2).
labath updated this object.
labath added reviewers: tberghammer, ovyalov.
labath added a subscriber: lldb-commits.
ovyalov accepted this revision.Feb 22 2016, 9:55 AM
ovyalov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 22 2016, 9:55 AM
tberghammer accepted this revision.Feb 22 2016, 10:02 AM
tberghammer edited edge metadata.

LGTM

This revision was automatically updated to reflect the committed changes.