diff options
Diffstat (limited to 'newlib/libc/machine/spu/setbuf.c')
-rw-r--r-- | newlib/libc/machine/spu/setbuf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/setbuf.c b/newlib/libc/machine/spu/setbuf.c index c942bb9..427d5dc 100644 --- a/newlib/libc/machine/spu/setbuf.c +++ b/newlib/libc/machine/spu/setbuf.c @@ -46,8 +46,7 @@ typedef struct #ifndef _REENT_ONLY void -_DEFUN (setbuf, (fp, buf), - FILE *__restrict fp, +setbuf (FILE *__restrict fp, char *__restrict buf) { c99_setbuf_t args; |