diff options
Diffstat (limited to 'newlib/libc/machine/spu/fclose.c')
-rw-r--r-- | newlib/libc/machine/spu/fclose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/spu/fclose.c b/newlib/libc/machine/spu/fclose.c index bbf4c608d..4e1b8253b 100644 --- a/newlib/libc/machine/spu/fclose.c +++ b/newlib/libc/machine/spu/fclose.c @@ -46,7 +46,7 @@ _DEFUN (fclose, (fp), ret = fp->_fp; - __send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_FCLOSE, &ret); + ret = __send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_FCLOSE, &ret); __sfp_free(fp); |