diff options
Diffstat (limited to 'libgloss/spu/fstat.c')
-rw-r--r-- | libgloss/spu/fstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/spu/fstat.c b/libgloss/spu/fstat.c index 7a4920239..cd58c2928 100644 --- a/libgloss/spu/fstat.c +++ b/libgloss/spu/fstat.c @@ -44,7 +44,7 @@ fstat (int file, struct stat *pstat) sys.file = file; sys.ptr = ( unsigned int )&pjstat; - _send_to_ppe_0x2101 (JSRE_FSTAT, &sys); + _send_to_ppe (JSRE_POSIX1_SIGNALCODE, JSRE_FSTAT, &sys); pstat->st_dev = pjstat.dev; pstat->st_ino = pjstat.ino; |