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.
This commit is contained in:
Jeff Johnston
2007-06-20 17:24:05 +00:00
parent 9cc40d5d16
commit 874e5ac68b
4 changed files with 56 additions and 1 deletions

View File

@@ -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