Cygwin: dirent.h: fix a comment
[newlib-cygwin.git] / libgloss / m32r / isatty.c
blobcc9bfe12d096968600b0b10eaecd23902d936839
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)
7 return 1;