mlibc icon indicating copy to clipboard operation
mlibc copied to clipboard

termios: Add missing special character defines

Open 64 opened this issue 2 years ago • 1 comments

We are missing a few special character defines like VDISCARD. This requires extending the NCCS field in struct termios which is an ABI break.

We should also use enums for these instead of defines.

64 avatar May 15 '22 18:05 64

Also, we should probably change the type of cc_t to unsigned char to match other libcs (and save space).

64 avatar May 15 '22 19:05 64