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/reent/fstat64r.c')
-rw-r--r--newlib/libc/reent/fstat64r.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/reent/fstat64r.c b/newlib/libc/reent/fstat64r.c
index 06a89a5c8..c546f5c1d 100644
--- a/newlib/libc/reent/fstat64r.c
+++ b/newlib/libc/reent/fstat64r.c
@@ -47,8 +47,7 @@ DESCRIPTION
*/
int
-_DEFUN (_fstat64_r, (ptr, fd, pstat),
- struct _reent *ptr,
+_fstat64_r (struct _reent *ptr,
int fd,
struct stat64 *pstat)
{