Without this fix, the declaration in sched.h will not have the "__" prefix and
will cause a compile failure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135286
[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
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 5 2022, 10:15 AM This revision is now accepted and ready to land.Oct 5 2022, 10:17 AM Closed by commit rG3e1986682fd2: [libc][Obvious] Add "__" prefix to sched_getcpucount in the spec and elsewhere. (authored by sivachandra). · Explain WhyOct 5 2022, 11:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465472 libc/config/linux/x86_64/entrypoints.txt
libc/spec/llvm_libc_ext.td
libc/src/sched/CMakeLists.txt
libc/src/sched/linux/CMakeLists.txt
libc/test/src/sched/CMakeLists.txt
|