URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libc/] [sys/] [sysvi386/] [tcsetattr.c] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
#include <sys/termios.h> int tcsetattr (int fd, int opts, const struct termios *tp) { return _ioctl (fd, opts, tp); }
Go to most recent revision | Compare with Previous | Blame | View Log