This is an archive of the discontinued LLVM Phabricator instance.

Remove remnant code of using indirect syscall on NetBSD
ClosedPublic

Authored by krytarowski on Oct 5 2018, 3:59 PM.

Details

Summary

The NetBSD version of internal routines no longer call
the indirect syscall interfaces, as these functions were
switched to lib calls.

Remove the remnant code complication that is no
longer needed after this change. Remove the variations
of internal_syscall, as they were NetBSD specific.

No functional change intended.

Diff Detail

Event Timeline

krytarowski created this revision.Oct 5 2018, 3:59 PM
vitalybuka accepted this revision.Oct 8 2018, 10:54 AM
This revision is now accepted and ready to land.Oct 8 2018, 10:54 AM
This revision was automatically updated to reflect the committed changes.