LibC: Implement sched_getcpu

This commit is contained in:
2026-04-02 15:39:36 +03:00
parent e01e35713b
commit dd2bbe4588
2 changed files with 20 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ int sched_setparam(pid_t pid, const struct sched_param* param);
int sched_setscheduler(pid_t pid, int, const struct sched_param* param);
int sched_yield(void);
int sched_getcpu(void);
__END_DECLS
#endif