Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / unix / ttyname.h
blobad945355373af35ecd2ac64238cdd6c30051297a
1 /* Common defines for ttyname.c and ttyname_r.c */
3 #include <dirent.h> /* For MAXNAMLEN */
4 #include <paths.h> /* For _PATH_DEV */
6 #define TTYNAME_BUFSIZE (sizeof (_PATH_DEV) + MAXNAMLEN)