summaryrefslogtreecommitdiffstats
path: root/libgloss/spu/jsre.h
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-06-20 21:44:54 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-06-20 21:44:54 +0000
commit7f8ec7f1631944f4fd473aeb5e60fc3438a3378c (patch)
treea2e7aad7f7de704339b499e9429763f5871306b1 /libgloss/spu/jsre.h
parent72a14088c27bf0059e99366b5264b93cf37df364 (diff)
downloadcygnal-7f8ec7f1631944f4fd473aeb5e60fc3438a3378c.tar.gz
cygnal-7f8ec7f1631944f4fd473aeb5e60fc3438a3378c.tar.bz2
cygnal-7f8ec7f1631944f4fd473aeb5e60fc3438a3378c.zip
2007-06-20 Patrick Mansfield <patmans@us.ibm.com>
* spu/jsre.h: JSRE_LINK, JSRE_SYMLINK and JSRE_READLINK. * spu/link.c: New file to add link support via an assist call. * spu/readlink.c: New file to add readlink support via an assist call. * spu/symlink.c: New file to add symlink support via an assist call. * spu/Makefile.in: Add new files.
Diffstat (limited to 'libgloss/spu/jsre.h')
-rw-r--r--libgloss/spu/jsre.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/spu/jsre.h b/libgloss/spu/jsre.h
index 33a2af739..a6f5c8ed1 100644
--- a/libgloss/spu/jsre.h
+++ b/libgloss/spu/jsre.h
@@ -67,6 +67,9 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
#define JSRE_FCHOWN 41
#define JSRE_LCHOWN 42
#define JSRE_GETCWD 43
+#define JSRE_LINK 44
+#define JSRE_SYMLINK 45
+#define JSRE_READLINK 46
struct jsre_stat {
unsigned int dev;