Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / posix / isatty.c
blob8a6740a55b4a1613e2b04cc0464833db6c8ac6c1
1 /* isatty.c */
3 #include <unistd.h>
4 #include <reent.h>
6 int
7 isatty (int fd)
9 return _isatty (fd);