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/setvbuf.c')
-rw-r--r--newlib/libc/machine/spu/setvbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/setvbuf.c b/newlib/libc/machine/spu/setvbuf.c
index a045cc37b..91c1cf3bf 100644
--- a/newlib/libc/machine/spu/setvbuf.c
+++ b/newlib/libc/machine/spu/setvbuf.c
@@ -50,8 +50,7 @@ typedef struct
#ifndef _REENT_ONLY
int
-_DEFUN (setvbuf, (fp, buf, mode, size),
- FILE * fp,
+setvbuf (FILE * fp,
char *buf,
int mode,
size_t size)