Files
Aiden Grossman f863470262 [libc] Implement sched_getcpu (#195001)
This is extremely similar to getcpu, but was available in a much earlier
glibc, so a lot more code depends on it. Do a similar implementation. We
can only have a simple smoke test as the only documented failure mode in
the man page is running on a kernel that does not support the system
call, and such kernels (<2.6) are ancient at this point.
2026-04-30 14:57:44 -06:00
..