diff options
Diffstat (limited to 'newlib/libc/reent/fstat64r.c')
-rw-r--r-- | newlib/libc/reent/fstat64r.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libc/reent/fstat64r.c b/newlib/libc/reent/fstat64r.c index c418778b7..1c4589713 100644 --- a/newlib/libc/reent/fstat64r.c +++ b/newlib/libc/reent/fstat64r.c @@ -54,10 +54,10 @@ DESCRIPTION */ int -_fstat64_r (ptr, fd, pstat) - struct _reent *ptr; - int fd; - struct stat64 *pstat; +_DEFUN (_fstat64_r, (ptr, fd, pstat), + struct _reent *ptr _AND + int fd _AND + struct stat64 *pstat) { int ret; |