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

@@ -161,6 +161,8 @@ namespace Kernel
BAN::ErrorOr<long> sys_sync(bool should_block);
BAN::ErrorOr<long> sys_get_nprocessor();
static BAN::ErrorOr<long> clean_poweroff(int command);
BAN::ErrorOr<long> sys_poweroff(int command);