diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-20 17:24:05 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-20 17:24:05 +0000 |
commit | 874e5ac68b3ddabc6205ebeab1586ec502330c14 (patch) | |
tree | b12917c2fed0b5638c7af5f45e50c02b1f9436cc /libgloss/spu/jsre.h | |
parent | 9cc40d5d16a0a873594120a97445cd22d3bb66b9 (diff) | |
download | cygnal-874e5ac68b3ddabc6205ebeab1586ec502330c14.tar.gz cygnal-874e5ac68b3ddabc6205ebeab1586ec502330c14.tar.bz2 cygnal-874e5ac68b3ddabc6205ebeab1586ec502330c14.zip |
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.h | 1 |
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 |