diff options
Diffstat (limited to 'newlib/libc/include/sched.h')
-rw-r--r-- | newlib/libc/include/sched.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/libc/include/sched.h b/newlib/libc/include/sched.h new file mode 100644 index 000000000..a59a0f4ba --- /dev/null +++ b/newlib/libc/include/sched.h @@ -0,0 +1,14 @@ +#ifndef _SCHED_H_ +#define _SCHED_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +#include <sys/sched.h> + +#ifdef __cplusplus +} +#endif + +#endif /* _SCHED_H_ */ |