From 2f3d28fca2edfab7ff14b1ba2e34f1e12884b057 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 21 Sep 2007 21:02:15 +0000 Subject: 2007-09-21 Patrick Mansfield * 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. --- newlib/libc/machine/spu/sys/sched.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 newlib/libc/machine/spu/sys/sched.h (limited to 'newlib/libc/machine/spu/sys/sched.h') diff --git a/newlib/libc/machine/spu/sys/sched.h b/newlib/libc/machine/spu/sys/sched.h new file mode 100644 index 000000000..90c274c37 --- /dev/null +++ b/newlib/libc/machine/spu/sys/sched.h @@ -0,0 +1,6 @@ +#ifndef _SYS_SCHED_H +#define _SYS_SCHED_H + +int sched_yield(void); + +#endif -- cgit v1.2.3