From 226f5a32da9ff0311c3513f48167fce52d591632 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 22 Jan 2008 00:24:45 +0000 Subject: * libc/sys/sh/syscalls.c (_isatty): New. --- newlib/libc/sys/sh/syscalls.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'newlib/libc/sys/sh/syscalls.c') diff --git a/newlib/libc/sys/sh/syscalls.c b/newlib/libc/sys/sh/syscalls.c index f8ed7365f..614b67e9e 100644 --- a/newlib/libc/sys/sh/syscalls.c +++ b/newlib/libc/sys/sh/syscalls.c @@ -99,6 +99,13 @@ isatty (fd) return 1; } +_isatty (fd) + int fd; +{ + return 1; +} + + _exit (n) { return __trap34 (SYS_exit, n, 0, 0); -- cgit v1.2.3