Project

General

Profile

Bug #1419 ยป 0001-termios.h-Expose-tcgetsid-3-function.patch

Anonymous, 07/09/2009 04:55 PM

View differences:

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);
    (1-1/1)