mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* libc/include/sched.h: New file, just include sys/sched.h. * libc/machine/spu/sys/sched.h: New file, has just sched_yield prototype. * libc/machine/spu/sys/utime.h: New file, has utime prototype and struct utimbuf definition.
7 lines
74 B
C
7 lines
74 B
C
#ifndef _SYS_SCHED_H
|
|
#define _SYS_SCHED_H
|
|
|
|
int sched_yield(void);
|
|
|
|
#endif
|