* Makefile.in: Add -c option which is now removed from COMPILE_C*.

* cygwin.din (cfmakeraw): Export.
* termios.cc (cfmakeraw): Implement.
* include/sys/termios.h (cfmakeraw): Declare.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
Christopher Faylor
2008-09-12 22:32:07 +00:00
parent 7df9b8ba8e
commit 175742d8c8
6 changed files with 25 additions and 3 deletions

View File

@@ -330,6 +330,7 @@ int tcsendbreak (int, int);
int tcdrain (int);
int tcflush (int, int);
int tcflow (int, int);
void cfmakeraw (struct termios *);
int cfsetispeed (struct termios *, speed_t);
int cfsetospeed (struct termios *, speed_t);