diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-20 21:53:01 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-20 21:53:01 +0000 |
commit | 47484065df5b580f237a04e2acbdc46d594fd3b2 (patch) | |
tree | c416b8b77ad2cff05578f128cd9030b6f2c3cf45 /libgloss/spu/jsre.h | |
parent | d8988870faea947ecaffbb4c50ee61ef8116eee5 (diff) | |
download | cygnal-47484065df5b580f237a04e2acbdc46d594fd3b2.tar.gz cygnal-47484065df5b580f237a04e2acbdc46d594fd3b2.tar.bz2 cygnal-47484065df5b580f237a04e2acbdc46d594fd3b2.zip |
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
Diffstat (limited to 'libgloss/spu/jsre.h')
-rw-r--r-- | libgloss/spu/jsre.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/spu/jsre.h b/libgloss/spu/jsre.h index f0a750814..d3ba80fe3 100644 --- a/libgloss/spu/jsre.h +++ b/libgloss/spu/jsre.h @@ -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; |