mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
7 lines
214 B
C
7 lines
214 B
C
#ifndef LIBC_ISYSTEM_SCHED_H_
|
|
#define LIBC_ISYSTEM_SCHED_H_
|
|
#include "libc/calls/calls.h"
|
|
#include "libc/calls/struct/cpuset.h"
|
|
#include "libc/calls/struct/sched_param.h"
|
|
#include "libc/sysv/consts/sched.h"
|
|
#endif
|