This is an archive of the discontinued LLVM Phabricator instance.

[libc][Obvious] Add "__" prefix to sched_getcpucount in the spec and elsewhere.
ClosedPublic

Authored by sivachandra on Oct 5 2022, 10:15 AM.

Details

Summary

Without this fix, the declaration in sched.h will not have the "__" prefix and
will cause a compile failure.

Diff Detail

Event Timeline

sivachandra created this revision.Oct 5 2022, 10:15 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 5 2022, 10:15 AM
sivachandra requested review of this revision.Oct 5 2022, 10:15 AM
michaelrj accepted this revision.Oct 5 2022, 10:17 AM
This revision is now accepted and ready to land.Oct 5 2022, 10:17 AM