diff options
Diffstat (limited to 'libgloss/spu/jsre.h')
-rw-r--r-- | libgloss/spu/jsre.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libgloss/spu/jsre.h b/libgloss/spu/jsre.h index 46f8ee539..f69cd490e 100644 --- a/libgloss/spu/jsre.h +++ b/libgloss/spu/jsre.h @@ -165,13 +165,6 @@ typedef struct unsigned int pad1[ 3 ]; } syscall_stat_t; -typedef struct -{ - unsigned int rc; - unsigned int pad0[ 2 ]; - unsigned int err; -} syscall_out_t; - typedef struct { unsigned int dev; unsigned int ino; |