]> sourceware.org Git - newlib-cygwin.git/blob - libgloss/m32r/isatty.c
cc9bfe12d096968600b0b10eaecd23902d936839
[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.039751 seconds and 6 git commands to generate.