File tree 5 files changed +0
-55
lines changed
src/unix/notbsd/linux/musl 5 files changed +0
-55
lines changed Original file line number Diff line number Diff line change @@ -150,17 +150,6 @@ s! {
150
150
pub f_namemax: :: c_ulong,
151
151
__f_spare: [ :: c_int; 6 ] ,
152
152
}
153
-
154
- pub struct termios2 {
155
- pub c_iflag: :: tcflag_t,
156
- pub c_oflag: :: tcflag_t,
157
- pub c_cflag: :: tcflag_t,
158
- pub c_lflag: :: tcflag_t,
159
- pub c_line: :: cc_t,
160
- pub c_cc: [ :: cc_t; 19 ] ,
161
- pub c_ispeed: :: speed_t,
162
- pub c_ospeed: :: speed_t,
163
- }
164
153
}
165
154
166
155
pub const SIGSTKSZ : :: size_t = 8192 ;
Original file line number Diff line number Diff line change @@ -161,17 +161,6 @@ s! {
161
161
pub f_namemax: :: c_ulong,
162
162
__f_spare: [ :: c_int; 6 ] ,
163
163
}
164
-
165
- pub struct termios2 {
166
- pub c_iflag: :: tcflag_t,
167
- pub c_oflag: :: tcflag_t,
168
- pub c_cflag: :: tcflag_t,
169
- pub c_lflag: :: tcflag_t,
170
- pub c_line: :: cc_t,
171
- pub c_cc: [ :: cc_t; 23 ] ,
172
- pub c_ispeed: :: speed_t,
173
- pub c_ospeed: :: speed_t,
174
- }
175
164
}
176
165
177
166
pub const SIGSTKSZ : :: size_t = 8192 ;
Original file line number Diff line number Diff line change @@ -153,17 +153,6 @@ s! {
153
153
pub f_namemax: :: c_ulong,
154
154
__f_spare: [ :: c_int; 6 ] ,
155
155
}
156
-
157
- pub struct termios2 {
158
- pub c_iflag: :: tcflag_t,
159
- pub c_oflag: :: tcflag_t,
160
- pub c_cflag: :: tcflag_t,
161
- pub c_lflag: :: tcflag_t,
162
- pub c_cc: [ :: cc_t; 19 ] ,
163
- pub c_line: :: cc_t,
164
- pub c_ispeed: :: speed_t,
165
- pub c_ospeed: :: speed_t,
166
- }
167
156
}
168
157
169
158
pub const SIGSTKSZ : :: size_t = 10240 ;
Original file line number Diff line number Diff line change @@ -154,17 +154,6 @@ s! {
154
154
pub f_namemax: :: c_ulong,
155
155
__f_spare: [ :: c_int; 6 ] ,
156
156
}
157
-
158
- pub struct termios2 {
159
- pub c_iflag: :: tcflag_t,
160
- pub c_oflag: :: tcflag_t,
161
- pub c_cflag: :: tcflag_t,
162
- pub c_lflag: :: tcflag_t,
163
- pub c_line: :: cc_t,
164
- pub c_cc: [ :: cc_t; 19 ] ,
165
- pub c_ispeed: :: speed_t,
166
- pub c_ospeed: :: speed_t,
167
- }
168
157
}
169
158
170
159
s_no_extra_traits ! {
Original file line number Diff line number Diff line change @@ -127,17 +127,6 @@ s! {
127
127
pub _pad: [ :: c_int; 29 ] ,
128
128
_align: [ usize ; 0 ] ,
129
129
}
130
-
131
- pub struct termios2 {
132
- pub c_iflag: :: tcflag_t,
133
- pub c_oflag: :: tcflag_t,
134
- pub c_cflag: :: tcflag_t,
135
- pub c_lflag: :: tcflag_t,
136
- pub c_line: :: cc_t,
137
- pub c_cc: [ :: cc_t; 19 ] ,
138
- pub c_ispeed: :: speed_t,
139
- pub c_ospeed: :: speed_t,
140
- }
141
130
}
142
131
143
132
pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56 ;
You can’t perform that action at this time.
0 commit comments