mlibc
mlibc copied to clipboard
termios: Add missing special character defines
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.
Also, we should probably change the type of cc_t
to unsigned char
to match other libcs (and save space).