[libc-commits] [libc] [libc] Implement sched_getcpu (PR #195001)

Aiden Grossman via libc-commits libc-commits at lists.llvm.org
Wed Apr 29 21:40:50 PDT 2026


boomanaiden154 wrote:

I guess the alternative here is to try and reuse the code from `getcpu`, but given it's essentially just a syscall wrapper in both cases, I felt deduplicating the code would make things less clean than they are this way.

https://github.com/llvm/llvm-project/pull/195001


More information about the libc-commits mailing list