smol-gilbraltar/nolibc/include/sched.h

9 lines
90 B
C
Raw Normal View History

2024-12-20 22:45:12 +00:00
#ifndef _SCHED_H
#define _SCHED_H
typedef int cpu_set_t;
#define CPU_ZERO (x) 0
#endif