diff options
Diffstat (limited to 'newlib/libc/machine/spu/sys/sched.h')
-rw-r--r-- | newlib/libc/machine/spu/sys/sched.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/newlib/libc/machine/spu/sys/sched.h b/newlib/libc/machine/spu/sys/sched.h deleted file mode 100644 index 60d95c925..000000000 --- a/newlib/libc/machine/spu/sys/sched.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _SYS_SCHED_H -#define _SYS_SCHED_H -#ifdef __cplusplus -extern "C" { -#endif - -int sched_yield(void); - -#ifdef __cplusplus -} -#endif -#endif |