URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [unix/] [ttyname.h] - Rev 252
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