newlib-cygwin/newlib/libc/machine/spu/sys/sched.h

7 lines
74 B
C

#ifndef _SYS_SCHED_H
#define _SYS_SCHED_H
int sched_yield(void);
#endif