From 277723722fd1f69cdaa1d660d6c6284b02a646d7 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 3 Jan 2008 22:38:31 +0000 Subject: 2008-01-03 Jeff Johnston * arm/redboot-syscalls.c: Consistently supply _isatty if syscalls dir is used in newlib. * bfin/syscalls.c: Ditto. * cris/gensyscalls: Ditto. * fr30/syscalls.c: Ditto. * frv/isatty.c: Ditto. * iq2000/isatty.c: Ditto. * libnosys/isatty.c: Ditto. * m32r/isatty.c: Ditto. * mn10200/isatty.c: Ditto. * mn10300/isatty.c: Ditto. * xstormy16/isatty.c: New file with _isatty function. --- libgloss/m32r/isatty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgloss/m32r') diff --git a/libgloss/m32r/isatty.c b/libgloss/m32r/isatty.c index bb5f2ac3c..cc9bfe12d 100644 --- a/libgloss/m32r/isatty.c +++ b/libgloss/m32r/isatty.c @@ -2,7 +2,7 @@ /* 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) +_isatty (int fd) { return 1; } -- cgit v1.2.3