| ... | @@ -173,7 +173,6 @@ pub const sigset_t = system.sigset_t; | ... | @@ -173,7 +173,6 @@ pub const sigset_t = system.sigset_t; |
| 173 | pub const sockaddr = system.sockaddr; | 173 | pub const sockaddr = system.sockaddr; |
| 174 | pub const socklen_t = system.socklen_t; | 174 | pub const socklen_t = system.socklen_t; |
| 175 | pub const stack_t = system.stack_t; | 175 | pub const stack_t = system.stack_t; |
| 176 | pub const termios = system.termios; | | |
| 177 | pub const time_t = system.time_t; | 176 | pub const time_t = system.time_t; |
| 178 | pub const timespec = system.timespec; | 177 | pub const timespec = system.timespec; |
| 179 | pub const timestamp_t = system.timestamp_t; | 178 | pub const timestamp_t = system.timestamp_t; |
| ... | @@ -184,6 +183,7 @@ pub const uid_t = system.uid_t; | ... | @@ -184,6 +183,7 @@ pub const uid_t = system.uid_t; |
| 184 | pub const user_desc = system.user_desc; | 183 | pub const user_desc = system.user_desc; |
| 185 | pub const utsname = system.utsname; | 184 | pub const utsname = system.utsname; |
| 186 | | 185 | |
| | 186 | pub const termios = system.termios; |
| 187 | pub const CSIZE = system.CSIZE; | 187 | pub const CSIZE = system.CSIZE; |
| 188 | pub const NCCS = system.NCCS; | 188 | pub const NCCS = system.NCCS; |
| 189 | pub const speed_t = system.speed_t; | 189 | pub const speed_t = system.speed_t; |