mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
LibC: Implement tcflush(3)
This commit is contained in:
parent
f4ddca0a73
commit
7a27fa3df8
3 changed files with 11 additions and 3 deletions
|
@ -52,6 +52,7 @@ enum IOCtlNumber {
|
|||
TCSETS,
|
||||
TCSETSW,
|
||||
TCSETSF,
|
||||
TCFLSH,
|
||||
TIOCGWINSZ,
|
||||
TIOCSCTTY,
|
||||
TIOCNOTTY,
|
||||
|
@ -75,6 +76,7 @@ enum IOCtlNumber {
|
|||
#define TCSETS TCSETS
|
||||
#define TCSETSW TCSETSW
|
||||
#define TCSETSF TCSETSF
|
||||
#define TCFLSH TCFLSH
|
||||
#define TIOCGWINSZ TIOCGWINSZ
|
||||
#define TIOCSCTTY TIOCSCTTY
|
||||
#define TIOCNOTTY TIOCNOTTY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue