URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [unix/] [ttyname.h] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* Common defines for ttyname.c and ttyname_r.c */ #include <dirent.h> /* For MAXNAMLEN */ #include <paths.h> /* For _PATH_DEV */ #define TTYNAME_BUFSIZE (sizeof (_PATH_DEV) + MAXNAMLEN)
Go to most recent revision | Compare with Previous | Blame | View Log