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