Bug #1419 ยป 0001-termios.h-Expose-tcgetsid-3-function.patch
| sys/sys/termios.h | ||
|---|---|---|
|
int tcflush (int, int);
|
||
|
int tcsendbreak (int, int);
|
||
|
#if __XSI_VISIBLE
|
||
|
pid_t tcgetsid(int);
|
||
|
#endif /* !_XSI_VISIBLE */
|
||
|
#ifndef _POSIX_SOURCE
|
||
|
void cfmakeraw (struct termios *);
|
||
|
int cfsetspeed (struct termios *, speed_t);
|
||