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:
@ -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
|
||||
|
Reference in New Issue
Block a user