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/isatty.c')
-rw-r--r--newlib/libc/sys/rdos/isatty.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/newlib/libc/sys/rdos/isatty.c b/newlib/libc/sys/rdos/isatty.c
index 9862a87f8..a3fb36ce8 100644
--- a/newlib/libc/sys/rdos/isatty.c
+++ b/newlib/libc/sys/rdos/isatty.c
@@ -1,9 +1,9 @@
-#include "config.h"
-#include <_ansi.h>
-#include <_syslist.h>
-#include <errno.h>
-
-int isatty(int file)
-{
- return 0;
-}
+#include "config.h"
+#include <_ansi.h>
+#include <_syslist.h>
+#include <errno.h>
+
+int isatty(int file)
+{
+ return 0;
+}