repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: dirent.h: fix a comment
[newlib-cygwin.git]
/
libgloss
/
m32r
/
isatty.c
blob
cc9bfe12d096968600b0b10eaecd23902d936839
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
}