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/rewind.c')
-rw-r--r--newlib/libc/machine/spu/rewind.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/rewind.c b/newlib/libc/machine/spu/rewind.c
index 8d1a0a90f..e075fc7ee 100644
--- a/newlib/libc/machine/spu/rewind.c
+++ b/newlib/libc/machine/spu/rewind.c
@@ -37,8 +37,7 @@ Author: Joel Schopp <jschopp@austin.ibm.com>
#ifndef _REENT_ONLY
void
-_DEFUN (rewind, (fp),
- FILE * fp)
+rewind (FILE * fp)
{
int ret;