diff options
Diffstat (limited to 'newlib/libc/machine/spu/remove.c')
-rw-r--r-- | newlib/libc/machine/spu/remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/spu/remove.c b/newlib/libc/machine/spu/remove.c index b7027ca7d..56b08860c 100644 --- a/newlib/libc/machine/spu/remove.c +++ b/newlib/libc/machine/spu/remove.c @@ -41,7 +41,7 @@ remove (filename) /* The return value gets written over buf */ - send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_REMOVE, &filename); + __send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_REMOVE, &filename); return (int)filename; } |