]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/m32r/isatty.c
20000317 sourceware import
[newlib-cygwin.git] / libgloss / m32r / isatty.c
CommitLineData
03261851
RK
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? */
4int
5isatty (int fd)
6{
7 return 1;
8}
This page took 0.02237 seconds and 5 git commands to generate.