From 03261851a10dd2d6900a0a00a7515a0a46fb5d76 Mon Sep 17 00:00:00 2001 From: Ranjith Kumaran Date: Fri, 17 Mar 2000 22:48:54 +0000 Subject: 20000317 sourceware import --- libgloss/m32r/isatty.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libgloss/m32r/isatty.c (limited to 'libgloss/m32r/isatty.c') diff --git a/libgloss/m32r/isatty.c b/libgloss/m32r/isatty.c new file mode 100644 index 000000000..bb5f2ac3c --- /dev/null +++ b/libgloss/m32r/isatty.c @@ -0,0 +1,8 @@ + +/* FIXME: can we not nuke the 10,000 copies of this function + and fudge things (which is all this function does) in _fstat? */ +int +isatty (int fd) +{ + return 1; +} -- cgit v1.2.3