]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/m32r/isatty.c
newlib: Add more FreeBSD files for non LDBL_EQ_DBL support
[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
27772372 5_isatty (int fd)
03261851
RK
6{
7 return 1;
8}
This page took 0.231075 seconds and 6 git commands to generate.