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-20 21:24:05 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-06-20 21:24:05 +0400
commit874e5ac68b3ddabc6205ebeab1586ec502330c14 (patch)
treeb12917c2fed0b5638c7af5f45e50c02b1f9436cc /libgloss/spu/jsre.h
parent9cc40d5d16a0a873594120a97445cd22d3bb66b9 (diff)
2007-06-20 Patrick Mansfield <patmans@us.ibm.com>
* spu/getpagesize.c: New file add getpagesize via an assist call. * spu/jsre.h: Add JSRE_GETPAGESIZE. * spu/Makefile.in: Add getpagesize.
Diffstat (limited to 'libgloss/spu/jsre.h')
-rw-r--r--libgloss/spu/jsre.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/spu/jsre.h b/libgloss/spu/jsre.h
index 40fd540e7..c7e26b2b8 100644
--- a/libgloss/spu/jsre.h
+++ b/libgloss/spu/jsre.h
@@ -39,6 +39,7 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
#define JSRE_CLOSE 2
#define JSRE_FSTAT 4
+#define JSRE_GETPAGESIZE 6
#define JSRE_GETTIMEOFDAY 7
#define JSRE_LSEEK 9
#define JSRE_OPEN 15