diff options
Diffstat (limited to 'newlib/libc/syscalls/sysstat.c')
-rw-r--r-- | newlib/libc/syscalls/sysstat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/syscalls/sysstat.c b/newlib/libc/syscalls/sysstat.c index 3e0287e..0490df1 100644 --- a/newlib/libc/syscalls/sysstat.c +++ b/newlib/libc/syscalls/sysstat.c @@ -5,8 +5,7 @@ #include <unistd.h> int -_DEFUN (stat, (file, pstat), - const char *file, +stat (const char *file, struct stat *pstat) { return _stat_r (_REENT, file, pstat); |