2008-05-20 DJ Delorie <dj@redhat.com>

* libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty.
This commit is contained in:
Jeff Johnston 2008-05-20 18:00:12 +00:00
parent 4c5627e7e2
commit a9309ff5b6
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;