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/sh/syscalls.c')
-rw-r--r--newlib/libc/sys/sh/syscalls.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/newlib/libc/sys/sh/syscalls.c b/newlib/libc/sys/sh/syscalls.c
index 614b67e9e..f8ed7365f 100644
--- a/newlib/libc/sys/sh/syscalls.c
+++ b/newlib/libc/sys/sh/syscalls.c
@@ -99,13 +99,6 @@ isatty (fd)
return 1;
}
-_isatty (fd)
- int fd;
-{
- return 1;
-}
-
-
_exit (n)
{
return __trap34 (SYS_exit, n, 0, 0);