diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-20 21:38:55 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-20 21:38:55 +0000 |
commit | 2751142e3c27114dcf7b3350f7741b76a7113e2e (patch) | |
tree | 0745a174b08f4dc36de0b4bfb147da23027b5e7b /libgloss/spu/jsre.h | |
parent | f75c75183f83ea143e9ce10b34d22ab06e401032 (diff) | |
download | cygnal-2751142e3c27114dcf7b3350f7741b76a7113e2e.tar.gz cygnal-2751142e3c27114dcf7b3350f7741b76a7113e2e.tar.bz2 cygnal-2751142e3c27114dcf7b3350f7741b76a7113e2e.zip |
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.
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 707a2a2fe..143289e81 100644 --- a/libgloss/spu/jsre.h +++ b/libgloss/spu/jsre.h @@ -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; |