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
/
microblaze
/
linux-syscalls-wrap.c
blob
bccb016c7f10437dd523e5f6bc299c3fd87ab226
1
#include <sys/types.h>
2
#include <sys/stat.h>
3
#include <fcntl.h>
4
5
int
isatty
(
int
fd
) {
6
return
1
;
7
}