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 930a980..1a379de 100644 --- a/newlib/libc/machine/spu/remove.c +++ b/newlib/libc/machine/spu/remove.c @@ -36,7 +36,7 @@ Author: Joel Schopp <jschopp@austin.ibm.com> int remove (filename) - _CONST char *filename; + const char *filename; { /* The return value gets written over buf |