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-06-21 01:50:53 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-06-21 01:50:53 +0400
commitd8988870faea947ecaffbb4c50ee61ef8116eee5 (patch)
tree97e321520369e756fa51777a771de170a0fa1acf /libgloss/spu/jsre.h
parentd360ef18650e4f507634be57ce95a54ae3e5b25f (diff)
2007-06-20 Patrick Mansfield <patmans@us.ibm.com>
* spu/jsre.h: Add new JSRE opcodes. * spu/dup2.c: New file to add dup2 support via assist call. * spu/fdatasync.c: New file to add fdatasync support via assist call. * spu/fsync.c: New file to add fsync support via assist call. * spu/lockf.c: New file to add lockf support via assist call. * spu/sync.c: New file to add sync support via assist call. * spu/truncate.c: New file to add truncate support via assist call. * spu/Makefile.in: Add new files.
Diffstat (limited to 'libgloss/spu/jsre.h')
-rw-r--r--libgloss/spu/jsre.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/spu/jsre.h b/libgloss/spu/jsre.h
index a6f5c8ed1..f0a750814 100644
--- a/libgloss/spu/jsre.h
+++ b/libgloss/spu/jsre.h
@@ -70,6 +70,12 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
#define JSRE_LINK 44
#define JSRE_SYMLINK 45
#define JSRE_READLINK 46
+#define JSRE_SYNC 47
+#define JSRE_FSYNC 48
+#define JSRE_FDATASYNC 49
+#define JSRE_DUP2 50
+#define JSRE_LOCKF 51
+#define JSRE_TRUNCATE 52
struct jsre_stat {
unsigned int dev;