2020-06-15 14:18:57 +00:00
|
|
|
#ifndef LIBC_ISYSTEM_SCHED_H_
|
|
|
|
#define LIBC_ISYSTEM_SCHED_H_
|
|
|
|
#include "libc/calls/calls.h"
|
2022-07-22 13:58:36 +00:00
|
|
|
#include "libc/calls/struct/sched_param.h"
|
2020-06-15 14:18:57 +00:00
|
|
|
#include "libc/sysv/consts/sched.h"
|
|
|
|
#endif
|