commit ce3bd515973c45ef755da04bc83585b7ce6b87b8 (tree)
parent e1ab57337fc5ee5f420602340e082af3121c594c
Author: Andrew Kelley <andrew@ziglang.org>
Date: Mon, 12 Feb 2024 21:58:37 -0700
std.os.termios: move it to be with the group
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/std/os.zig b/lib/std/os.zig
@@ -173,7 +173,6 @@ pub const sigset_t = system.sigset_t;
pub const sockaddr = system.sockaddr;
pub const socklen_t = system.socklen_t;
pub const stack_t = system.stack_t;
-pub const termios = system.termios;
pub const time_t = system.time_t;
pub const timespec = system.timespec;
pub const timestamp_t = system.timestamp_t;
@@ -184,6 +183,7 @@ pub const uid_t = system.uid_t;
pub const user_desc = system.user_desc;
pub const utsname = system.utsname;
+pub const termios = system.termios;
pub const CSIZE = system.CSIZE;
pub const NCCS = system.NCCS;
pub const speed_t = system.speed_t;