summaryrefslogtreecommitdiff
path: root/libc/test/src/sched/getcpu_test.cpp
AgeCommit message (Collapse)Author
2025-09-15[libc] Migrate dirent/fcntl/sched/signal tests to ErrnoCheckingTest. (#158700)Alexey Samsonov
Remove direct libc_errno.h inclusion and manipulation of libc_errno in various unit tests, instead relying on ErrnoCheckingTest machinery. This is the final mechanical change of migrating libc unit tests to ErrnoCheckingTest - after it, all the unit tests relying on ASSERT_ERRNO_* macro will be using ErrnoCheckingTest.h
2025-07-30[libc] Add implementation of getcpu syscall wrapper (#150871)Aiden Grossman
This patch adds the getcpu syscall wrapper. This has been supported in glibc since v2.29.