diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-05-20 18:00:12 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-05-20 18:00:12 +0000 |
commit | a9309ff5b6845b33ef54aadead2ac25cb6e1b01b (patch) | |
tree | d006eecba0da6fa12235f4840a00b70b442e20e1 /newlib/libc/sys/sysnecv850/isatty.c | |
parent | 4c5627e7e2b1465f37268241066da049d3d9429c (diff) | |
download | cygnal-a9309ff5b6845b33ef54aadead2ac25cb6e1b01b.tar.gz cygnal-a9309ff5b6845b33ef54aadead2ac25cb6e1b01b.tar.bz2 cygnal-a9309ff5b6845b33ef54aadead2ac25cb6e1b01b.zip |
2008-05-20 DJ Delorie <dj@redhat.com>
* libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty.
Diffstat (limited to 'newlib/libc/sys/sysnecv850/isatty.c')
-rw-r--r-- | newlib/libc/sys/sysnecv850/isatty.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |