LibC/Kernel: Cleanup termios code
This is still not correct, but much better than it used to be
This commit is contained in:
@@ -35,6 +35,8 @@ struct termios
|
||||
tcflag_t c_cflag; /* Control modes. */
|
||||
tcflag_t c_lflag; /* Local modes. */
|
||||
cc_t c_cc[NCCS]; /* Control characters. */
|
||||
speed_t c_ospeed;
|
||||
speed_t c_ispeed;
|
||||
};
|
||||
|
||||
#define BRKINT 0x001
|
||||
|
||||
Reference in New Issue
Block a user