2007-06-20 Patrick Mansfield <patmans@us.ibm.com>

* spu/jsre.h: Add JSRE_GETCWD.
        * spu/getcwd.c: New file, implement getcwd with help from an
        assist call.
        * spu/Makefile.in: Add getcwd.
This commit is contained in:
Jeff Johnston
2007-06-20 21:38:55 +00:00
parent f75c75183f
commit 2751142e3c
4 changed files with 118 additions and 1 deletions

View File

@ -62,6 +62,7 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
#define JSRE_CHOWN 40
#define JSRE_FCHOWN 41
#define JSRE_LCHOWN 42
#define JSRE_GETCWD 43
typedef struct {
unsigned int dev;