From 175742d8c818ff31b06174494a77b30e5008eb83 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 12 Sep 2008 22:32:07 +0000 Subject: * 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. --- winsup/cygwin/include/sys/termios.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/include/sys') diff --git a/winsup/cygwin/include/sys/termios.h b/winsup/cygwin/include/sys/termios.h index 057146966..6648bc369 100644 --- a/winsup/cygwin/include/sys/termios.h +++ b/winsup/cygwin/include/sys/termios.h @@ -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); -- cgit v1.2.3