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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/llib-lc
          +++ new/usr/src/lib/libc/port/llib-lc
↓ open down ↓ 302 lines elided ↑ open up ↑
 303  303  
 304  304  /* cfree.c */
 305  305  void cfree(void *p, size_t num, size_t size);
 306  306  
 307  307  /* cfsetispeed.c */
 308  308  int cfsetispeed(struct termios *termios_p, speed_t speed);
 309  309  
 310  310  /* cfsetospeed.c */
 311  311  int cfsetospeed(struct termios *termios_p, speed_t speed);
 312  312  
      313 +/* cfmakeraw.c */
      314 +void cfmakeraw(struct termios *termios_p);
      315 +
 313  316  /* cftime.c */
 314  317  int cftime(char *buf, char *format, const time_t *t);
 315  318  int ascftime(char *buf, const char *format, const struct tm *tm);
 316  319  
 317  320  /* clock.c */
 318  321  clock_t clock(void);
 319  322  
 320  323  /* closedir.c */
 321  324  int closedir(DIR *dirp);
 322  325  
↓ open down ↓ 1470 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX