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/fgetpos.c')
-rw-r--r--newlib/libc/machine/spu/fgetpos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fgetpos.c b/newlib/libc/machine/spu/fgetpos.c
index bb7d780ea..68d41ac0e 100644
--- a/newlib/libc/machine/spu/fgetpos.c
+++ b/newlib/libc/machine/spu/fgetpos.c
@@ -44,8 +44,7 @@ typedef struct
#ifndef _REENT_ONLY
int
-_DEFUN (fgetpos, (fp, pos),
- FILE *__restrict fp,
+fgetpos (FILE *__restrict fp,
_fpos_t *__restrict pos)
{
c99_fgetpos_t arg;