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/times.c')
-rw-r--r--newlib/libc/sys/rdos/times.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/newlib/libc/sys/rdos/times.c b/newlib/libc/sys/rdos/times.c
index 47a540b23..b0ba90030 100644
--- a/newlib/libc/sys/rdos/times.c
+++ b/newlib/libc/sys/rdos/times.c
@@ -1,11 +1,11 @@
-#include "config.h"
-#include <_ansi.h>
-#include <_syslist.h>
-#include <sys/times.h>
-#include <errno.h>
-
-clock_t times(struct tms *buf)
-{
- errno = ENOSYS;
- return -1;
-}
+#include "config.h"
+#include <_ansi.h>
+#include <_syslist.h>
+#include <sys/times.h>
+#include <errno.h>
+
+clock_t times(struct tms *buf)
+{
+ errno = ENOSYS;
+ return -1;
+}