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:
Jeff Johnston
2007-09-21 21:06:58 +00:00
parent 2f3d28fca2
commit e234ad1828
6 changed files with 167 additions and 2 deletions

View File

@@ -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;