From a9309ff5b6845b33ef54aadead2ac25cb6e1b01b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 20 May 2008 18:00:12 +0000 Subject: [PATCH] 2008-05-20 DJ Delorie * libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty. --- newlib/ChangeLog | 4 ++++ newlib/libc/sys/sysnecv850/isatty.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a1a511557..d331d3479 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2008-05-20 DJ Delorie + + * libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty. + 2008-05-14 Jeff Johnston * libc/include/sys/reent.h: Change _REENT_INIT... macros to 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;