]> sourceware.org Git - newlib-cygwin.git/blob - libgloss/m32r/isatty.c
2004-06-27 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp>
[newlib-cygwin.git] / libgloss / m32r / isatty.c
1
2 /* FIXME: can we not nuke the 10,000 copies of this function
3 and fudge things (which is all this function does) in _fstat? */
4 int
5 isatty (int fd)
6 {
7 return 1;
8 }
This page took 0.035776 seconds and 5 git commands to generate.