summaryrefslogtreecommitdiffstats
path: root/libgloss/spu/lseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/spu/lseek.c')
-rw-r--r--libgloss/spu/lseek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/spu/lseek.c b/libgloss/spu/lseek.c
index bb57c6a90..7c3f451ea 100644
--- a/libgloss/spu/lseek.c
+++ b/libgloss/spu/lseek.c
@@ -55,7 +55,7 @@ lseek (int file, off_t offset, int whence)
break;
}
- _send_to_ppe_0x2101 (JSRE_LSEEK, &sys);
+ _send_to_ppe (JSRE_POSIX1_SIGNALCODE, JSRE_LSEEK, &sys);
errno = psys_out->err;
return ( psys_out->rc);