[libc-commits] [PATCH] D147985: [LIBC] Implement `sched_yield()`
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Apr 12 10:34:13 PDT 2023
michaelrj added a comment.
good catch that this should be in posix, it should be good to go once you make this change, if you want to make sure that everything is working then run `ninja libc-integration-tests` as well as `check-libc`
================
Comment at: libc/spec/posix.td:1318
Signal,
Spawn,
StdIO,
----------------
you need to add `Sched` to the list of headers here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147985/new/
https://reviews.llvm.org/D147985
More information about the libc-commits
mailing list