Fix termios NCCS size on linux.

This commit is contained in:
Isaac Andrade
2024-08-19 15:32:55 -06:00
parent 3228178d87
commit 6df51b42a8

View File

@@ -492,7 +492,7 @@ when ODIN_OS == .Darwin {
c_ospeed: speed_t, /* output speed */
}
NCCS :: 20
NCCS :: 32
VINTR :: 0
VQUIT :: 1