libc: add sched.h and signal.h headers
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef SCHED_H_
|
||||
#define SCHED_H_
|
||||
|
||||
#include <time.h>
|
||||
|
||||
struct sched_param {
|
||||
int sched_priority;
|
||||
int sched_ss_low_priority;
|
||||
struct timespec sched_ss_repl_period;
|
||||
struct timespec sched_ss_init_budget;
|
||||
int sched_ss_max_repl;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user