diff options
Diffstat (limited to 'newlib/libc/reent/statr.c')
-rw-r--r-- | newlib/libc/reent/statr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libc/reent/statr.c b/newlib/libc/reent/statr.c index 48a377344..9ad2bb209 100644 --- a/newlib/libc/reent/statr.c +++ b/newlib/libc/reent/statr.c @@ -52,10 +52,10 @@ DESCRIPTION */ int -_stat_r (ptr, file, pstat) - struct _reent *ptr; - _CONST char *file; - struct stat *pstat; +_DEFUN (_stat_r, (ptr, file, pstat), + struct _reent *ptr _AND + _CONST char *file _AND + struct stat *pstat) { int ret; |