Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-05-20 22:00:12 +0400
committerJeff Johnston <jjohnstn@redhat.com>2008-05-20 22:00:12 +0400
commita9309ff5b6845b33ef54aadead2ac25cb6e1b01b (patch)
treed006eecba0da6fa12235f4840a00b70b442e20e1
parent4c5627e7e2b1465f37268241066da049d3d9429c (diff)
2008-05-20 DJ Delorie <dj@redhat.com>
* libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/sys/sysnecv850/isatty.c2
2 files changed, 5 insertions, 1 deletions
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 <dj@redhat.com>
+
+ * libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty.
+
2008-05-14 Jeff Johnston <jjohnstn@redhat.com>
* 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;