summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-09-12 22:32:07 +0000
committerChristopher Faylor <me@cgf.cx>2008-09-12 22:32:07 +0000
commit175742d8c818ff31b06174494a77b30e5008eb83 (patch)
treedfbf349b29de835555f6ded1db161ff2e776617c /winsup/cygwin/include/sys
parent7df9b8ba8e832a14084b60c3daa035bcba5c5a8d (diff)
downloadcygnal-175742d8c818ff31b06174494a77b30e5008eb83.tar.gz
cygnal-175742d8c818ff31b06174494a77b30e5008eb83.tar.bz2
cygnal-175742d8c818ff31b06174494a77b30e5008eb83.zip
* 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.
Diffstat (limited to 'winsup/cygwin/include/sys')
-rw-r--r--winsup/cygwin/include/sys/termios.h1
1 files changed, 1 insertions, 0 deletions
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);