diff options
Diffstat (limited to 'newlib/libc/machine/spu/setbuf.c')
-rw-r--r-- | newlib/libc/machine/spu/setbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/setbuf.c b/newlib/libc/machine/spu/setbuf.c index 555568154..84430fc73 100644 --- a/newlib/libc/machine/spu/setbuf.c +++ b/newlib/libc/machine/spu/setbuf.c @@ -47,8 +47,8 @@ typedef struct void _DEFUN (setbuf, (fp, buf), - FILE * fp _AND - char *buf) + FILE *__restrict fp _AND + char *__restrict buf) { c99_setbuf_t args; |