File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1189,6 +1189,7 @@ _UTX_LINESIZE
1189
1189
_UTX_USERSIZE
1190
1190
__errno_location
1191
1191
abs
1192
+ accept_filter_arg
1192
1193
accept4
1193
1194
acct
1194
1195
aio_cancel
Original file line number Diff line number Diff line change @@ -325,11 +325,6 @@ s! {
325
325
pub sc_groups: [ :: gid_t; 1 ] ,
326
326
}
327
327
328
- pub struct accept_filter_arg {
329
- pub af_name: [ :: c_char; 16 ] ,
330
- af_arg: [ [ :: c_char; 10 ] ; 24 ] ,
331
- }
332
-
333
328
pub struct ptrace_vm_entry {
334
329
pub pve_entry: :: c_int,
335
330
pub pve_timestamp: :: c_int,
Original file line number Diff line number Diff line change @@ -266,6 +266,11 @@ s! {
266
266
pub time_state: :: c_int,
267
267
}
268
268
269
+ pub struct accept_filter_arg {
270
+ pub af_name: [ :: c_char; 16 ] ,
271
+ af_arg: [ [ :: c_char; 10 ] ; 24 ] ,
272
+ }
273
+
269
274
pub struct ptrace_io_desc {
270
275
pub piod_op: :: c_int,
271
276
pub piod_offs: * mut :: c_void,
You can’t perform that action at this time.
0 commit comments