LibC: Add _SC_NPROCESSORS_{CONF,ONLN)

This commit is contained in:
2025-07-23 16:34:40 +03:00
parent 987cc3c237
commit e72e1e4e43
5 changed files with 15 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ __BEGIN_DECLS
O(SYS_EPOLL_CTL, epoll_ctl) \
O(SYS_EPOLL_PWAIT2, epoll_pwait2) \
O(SYS_FLOCK, flock) \
O(SYS_GET_NPROCESSOR, get_nprocessor) \
enum Syscall
{