Fixes compile failure if REENTRANT_SYSCALLS_PROVIDED and MISSING_SYSCALL_NAMES defined
[newlib-cygwin.git] / libgloss / mn10300 / isatty.c
blob3d8eb19101d14a5e14b533a1b6f2b686110e7249
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
7 int
8 _isatty (int fd)
10 return 1;