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