aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/spu/fseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/fseek.c')
-rw-r--r--newlib/libc/machine/spu/fseek.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fseek.c b/newlib/libc/machine/spu/fseek.c
index dc74533..136d5c6 100644
--- a/newlib/libc/machine/spu/fseek.c
+++ b/newlib/libc/machine/spu/fseek.c
@@ -48,8 +48,8 @@ typedef struct
int
_DEFUN (fseek, (fp, offset, whence),
- register FILE *fp _AND
- long offset _AND
+ register FILE *fp,
+ long offset,
int whence)
{
c99_fseek_t args;