mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
LibC: Add 'cfmakeraw()'
This commit is contained in:
parent
0c07c005b5
commit
9e2c37a8b2
2 changed files with 13 additions and 0 deletions
|
@ -56,6 +56,7 @@ speed_t cfgetispeed(const struct termios*);
|
|||
speed_t cfgetospeed(const struct termios*);
|
||||
int cfsetispeed(struct termios*, speed_t);
|
||||
int cfsetospeed(struct termios*, speed_t);
|
||||
void cfmakeraw(struct termios*);
|
||||
|
||||
/* c_cc characters */
|
||||
#define VINTR 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue