This is an archive of the discontinued LLVM Phabricator instance.

[profile][Fuchsia] Add missing system header #include
ClosedPublic

Authored by mcgrathr on Aug 5 2021, 7:53 PM.

Details

Summary

The _zx_vmar_root_self function is not a system call but
a libc function declared in a separate header.

Diff Detail

Event Timeline

mcgrathr requested review of this revision.Aug 5 2021, 7:53 PM
mcgrathr created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2021, 7:53 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
gulfem accepted this revision.Aug 5 2021, 8:23 PM
This revision is now accepted and ready to land.Aug 5 2021, 8:23 PM
This revision was automatically updated to reflect the committed changes.