2007-09-21 Patrick Mansfield <patmans@us.ibm.com>

* spu/jsre.h: Add JSRE_SHM_OPEN and JSRE_SHM_UNLINK opcodes.
        * spu/shm_open.c: New file to add shm_open via assist call.
        * spu/shm_unlink.c: New file to add shm_unlink via assist call.
        * spu/Makefile.in: Add shm_open.o and shm_unlink.o
This commit is contained in:
Jeff Johnston
2007-09-21 20:45:17 +00:00
parent 79978d2076
commit 12df0c42e9
5 changed files with 103 additions and 3 deletions

View File

@ -48,6 +48,8 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
#define JSRE_LSTAT 10
#define JSRE_OPEN 15
#define JSRE_READ 16
#define JSRE_SHM_OPEN 21
#define JSRE_SHM_UNLINK 22
#define JSRE_STAT 23
#define JSRE_UNLINK 24
#define JSRE_WRITE 27