* termios.cc (cfsetspeed): New function.

* cygwin.din (cfsetspeed): Export.
* posix.sgml (std-bsd): Add cfsetspeed.
* include/sys/termios.h (cfsetspeed): Declare.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
Yaakov Selkowitz
2012-11-21 20:13:07 +00:00
parent c342c2eb57
commit beaf1df02c
6 changed files with 27 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ cfgetospeed NOSIGFE
cfmakeraw NOSIGFE
cfsetispeed SIGFE
cfsetospeed SIGFE
cfsetspeed SIGFE
chdir SIGFE
_chdir = chdir SIGFE
chmod SIGFE