summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/spu/fputs.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/fputs.c')
-rw-r--r--newlib/libc/machine/spu/fputs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fputs.c b/newlib/libc/machine/spu/fputs.c
index 2b5d17587..9ed796894 100644
--- a/newlib/libc/machine/spu/fputs.c
+++ b/newlib/libc/machine/spu/fputs.c
@@ -47,8 +47,8 @@ typedef struct
int
_DEFUN (fputs, (s, fp),
- char _CONST * s _AND
- FILE * fp)
+ char _CONST *__restrict s _AND
+ FILE *__restrict fp)
{
c99_fputs_t args;