Print this page
1060 termios missing cfmakeraw
Reviewed by: Cyril Plisko <cyril.plisko@mountall.com>
Reviewed by: Albert Lee <trisk@opensolaris.org>

*** 308,317 **** --- 308,320 ---- int cfsetispeed(struct termios *termios_p, speed_t speed); /* cfsetospeed.c */ int cfsetospeed(struct termios *termios_p, speed_t speed); + /* cfmakeraw.c */ + void cfmakeraw(struct termios *termios_p); + /* cftime.c */ int cftime(char *buf, char *format, const time_t *t); int ascftime(char *buf, const char *format, const struct tm *tm); /* clock.c */