Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-09-22 00:45:17 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-09-22 00:45:17 +0400
commit12df0c42e96812a6238aa663a688efefaef9a16f (patch)
treee3c74f3d6a53db3619c54a74e8836c3d7698679a /libgloss/spu/jsre.h
parent79978d20763f0669178be8d22ddd9c731101b395 (diff)
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
Diffstat (limited to 'libgloss/spu/jsre.h')
-rw-r--r--libgloss/spu/jsre.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/spu/jsre.h b/libgloss/spu/jsre.h
index af740bf65..251526280 100644
--- a/libgloss/spu/jsre.h
+++ b/libgloss/spu/jsre.h
@@ -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