2007-06-20 Patrick Mansfield <patmans@us.ibm.com>

* spu/jsre.h: Add JSRE_MKSTEMP and JSRE_MKTEMP values.
        * spu/mkstemp.c: New file to add mkstemp support via assist call.
        * spu/mktemp.c: New file to add mktemp support via assist call.
        * spu/Makefile.in: Add mkstemp.o and mktemp.o
This commit is contained in:
Jeff Johnston
2007-06-20 21:53:01 +00:00
parent d8988870fa
commit 47484065df
5 changed files with 94 additions and 3 deletions

View File

@@ -76,6 +76,8 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
#define JSRE_DUP2 50
#define JSRE_LOCKF 51
#define JSRE_TRUNCATE 52
#define JSRE_MKSTEMP 53
#define JSRE_MKTEMP 54
struct jsre_stat {
unsigned int dev;