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/gettod.c')
-rw-r--r--newlib/libc/sys/rdos/gettod.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/newlib/libc/sys/rdos/gettod.c b/newlib/libc/sys/rdos/gettod.c
index 66380e75c..82a389935 100644
--- a/newlib/libc/sys/rdos/gettod.c
+++ b/newlib/libc/sys/rdos/gettod.c
@@ -1,15 +1,15 @@
-#include "config.h"
-#include <_ansi.h>
-#include <_syslist.h>
-#include <sys/time.h>
-#include <sys/times.h>
-#include <errno.h>
-
-struct timeval;
-struct timezone;
-
-int gettimeofday(struct timeval *ptimeval, void *ptimezone)
-{
- errno = ENOSYS;
- return -1;
-}
+#include "config.h"
+#include <_ansi.h>
+#include <_syslist.h>
+#include <sys/time.h>
+#include <sys/times.h>
+#include <errno.h>
+
+struct timeval;
+struct timezone;
+
+int gettimeofday(struct timeval *ptimeval, void *ptimezone)
+{
+ errno = ENOSYS;
+ return -1;
+}