Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/setbuf.c')
-rw-r--r--newlib/libc/machine/spu/setbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/setbuf.c b/newlib/libc/machine/spu/setbuf.c
index c942bb9a9..427d5dc8d 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;