diff --git a/lib/std/libc/os/posix.c3 b/lib/std/libc/os/posix.c3 index 31854a684..ef911768e 100644 --- a/lib/std/libc/os/posix.c3 +++ b/lib/std/libc/os/posix.c3 @@ -218,7 +218,7 @@ enum Speed : const CUInt MAX_BAUD = B4000000, } -enum Cc : const char +enum Cc : const inline char { VINTR = 0, VQUIT = 1,