mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.os.termios: move it to be with the group
This commit is contained in:
parent
e1ab57337f
commit
ce3bd51597
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue