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/syscalls/sysstat.c')
-rw-r--r--newlib/libc/syscalls/sysstat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/syscalls/sysstat.c b/newlib/libc/syscalls/sysstat.c
index 3e0287ec8..0490df164 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);