mirror of
https://repo.or.cz/socat.git
synced 2025-07-13 23:13:24 +00:00
Function cfmakeraw() is simulated when missing
This commit is contained in:
parent
3f63c9889f
commit
81c4892599
6 changed files with 39 additions and 12 deletions
|
@ -139,6 +139,7 @@ extern const struct optdesc opt_ispeed;
|
|||
extern const struct optdesc opt_ospeed;
|
||||
|
||||
extern const struct optdesc opt_termios_rawer;
|
||||
extern const struct optdesc opt_termios_cfmakeraw;
|
||||
|
||||
#if _WITH_TERMIOS /* otherwise tcflag_t might be reported undefined */
|
||||
extern int xiotermios_setflag(int fd, int word, tcflag_t mask);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue