We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc14ea3 commit b98d3c6Copy full SHA for b98d3c6
1 file changed
lib/std/libc/os/linux.c3
@@ -256,7 +256,7 @@ constdef Speed : CUInt
256
MAX_BAUD = B4000000,
257
}
258
259
-constdef Cc : inline char
+constdef Control_Char : inline CInt
260
{
261
VINTR = 0,
262
VQUIT = 1,
@@ -302,7 +302,10 @@ extern fn Speed cfgetispeed(Termios* self);
302
extern fn CInt cfsetospeed(Termios* self, Speed speed);
303
extern fn CInt cfsetispeed(Termios* self, Speed speed);
304
305
+alias Cc = char;
306
+
307
const CInt NCCS = 32;
308
309
struct Termios
310
311
Tc_iflags c_iflag;
0 commit comments