aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/fseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/fseek.c')
-rw-r--r--newlib/libc/stdio/fseek.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdio/fseek.c b/newlib/libc/stdio/fseek.c
index 4b8a1e0..9b3ea98 100644
--- a/newlib/libc/stdio/fseek.c
+++ b/newlib/libc/stdio/fseek.c
@@ -81,8 +81,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
#include "local.h"
int
-_DEFUN(_fseek_r, (ptr, fp, offset, whence),
- struct _reent *ptr,
+_fseek_r (struct _reent *ptr,
register FILE *fp,
long offset,
int whence)
@@ -93,8 +92,7 @@ _DEFUN(_fseek_r, (ptr, fp, offset, whence),
#ifndef _REENT_ONLY
int
-_DEFUN(fseek, (fp, offset, whence),
- register FILE *fp,
+fseek (register FILE *fp,
long offset,
int whence)
{