diff options
Diffstat (limited to 'newlib/libc/machine/spu/perror.c')
-rw-r--r-- | newlib/libc/machine/spu/perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/spu/perror.c b/newlib/libc/machine/spu/perror.c index 28598c85d..63e7fe82c 100644 --- a/newlib/libc/machine/spu/perror.c +++ b/newlib/libc/machine/spu/perror.c @@ -11,7 +11,7 @@ _DEFUN (perror, (s), { CHECK_STD_INIT(_REENT); - send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_PERROR, &s); + __send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_PERROR, &s); return; } |