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/sys/rdos/stat.c')
-rwxr-xr-xnewlib/libc/sys/rdos/stat.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/newlib/libc/sys/rdos/stat.c b/newlib/libc/sys/rdos/stat.c
index c55525a7a..6483f2aff 100755
--- a/newlib/libc/sys/rdos/stat.c
+++ b/newlib/libc/sys/rdos/stat.c
@@ -1,12 +1,12 @@
-#include "config.h"
-#include <_ansi.h>
-#include <_syslist.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <errno.h>
-
-int stat(const char *__restrict file, struct stat *__restrict st)
-{
- errno = ENOSYS;
- return -1;
-}
+#include "config.h"
+#include <_ansi.h>
+#include <_syslist.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <errno.h>
+
+int stat(const char *__restrict file, struct stat *__restrict st)
+{
+ errno = ENOSYS;
+ return -1;
+}