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/fwrite.c')
-rw-r--r--newlib/libc/machine/spu/fwrite.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fwrite.c b/newlib/libc/machine/spu/fwrite.c
index 0db2f549b..84572af1d 100644
--- a/newlib/libc/machine/spu/fwrite.c
+++ b/newlib/libc/machine/spu/fwrite.c
@@ -49,8 +49,7 @@ typedef struct
} c99_fwrite_t;
size_t
-_DEFUN (fwrite, (buf, size, count, fp),
- const void *__restrict buf,
+fwrite (const void *__restrict buf,
size_t size,
size_t count,
FILE * fp)