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/vfscanf.c')
-rw-r--r--newlib/libc/machine/spu/vfscanf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/vfscanf.c b/newlib/libc/machine/spu/vfscanf.c
index c22f76db7..9af12e91a 100644
--- a/newlib/libc/machine/spu/vfscanf.c
+++ b/newlib/libc/machine/spu/vfscanf.c
@@ -57,8 +57,7 @@ typedef struct
#ifndef _REENT_ONLY
int
-_DEFUN (vfscanf, (fp, fmt, ap),
- FILE *__restrict fp,
+vfscanf (FILE *__restrict fp,
const char *__restrict fmt,
va_list ap)
{