diff options
Diffstat (limited to 'newlib/libc/reent/statr.c')
-rw-r--r-- | newlib/libc/reent/statr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/reent/statr.c b/newlib/libc/reent/statr.c index fb27ab0..9388e02 100644 --- a/newlib/libc/reent/statr.c +++ b/newlib/libc/reent/statr.c @@ -45,8 +45,7 @@ DESCRIPTION */ int -_DEFUN (_stat_r, (ptr, file, pstat), - struct _reent *ptr, +_stat_r (struct _reent *ptr, const char *file, struct stat *pstat) { |