2007-09-21 Patrick Mansfield <patmans@us.ibm.com>
* spu/jsre.h: Add JSRE_SCHED_YIELD, JSRE_UMASK, JSRE_UTIME, and JSRE_UTIMES. * spu/sched_yield.c: New file add sched_yield via assist call. * spu/umask.c: New file add umask via assist call. * spu/utime.c: New file add utime via assist call. * spu/utimes.c: New file add utimes via assist call. * spu/Makefile.in: Add new files.
This commit is contained in:
@@ -86,6 +86,10 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
|
||||
#define JSRE_REWINDDIR 58
|
||||
#define JSRE_SEEKDIR 59
|
||||
#define JSRE_TELLDIR 60
|
||||
#define JSRE_SCHED_YIELD 61
|
||||
#define JSRE_UMASK 62
|
||||
#define JSRE_UTIME 63
|
||||
#define JSRE_UTIMES 64
|
||||
|
||||
struct jsre_stat {
|
||||
unsigned int dev;
|
||||
|
Reference in New Issue
Block a user