From a9309ff5b6845b33ef54aadead2ac25cb6e1b01b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 20 May 2008 18:00:12 +0000 Subject: 2008-05-20 DJ Delorie * libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty. --- newlib/libc/sys/sysnecv850/isatty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/sys/sysnecv850/isatty.c') diff --git a/newlib/libc/sys/sysnecv850/isatty.c b/newlib/libc/sys/sysnecv850/isatty.c index e5361559f..95d2c0e84 100644 --- a/newlib/libc/sys/sysnecv850/isatty.c +++ b/newlib/libc/sys/sysnecv850/isatty.c @@ -9,7 +9,7 @@ int __trap0 (int function, int p1, int p2, int p3); #define TRAP0(f, p1, p2, p3) __trap0(f, (int)(p1), (int)(p2), (int)(p3)) -isatty (fd) +_isatty (fd) int fd; { return 1; -- cgit v1.2.3