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
11891189_UTX_USERSIZE
11901190__errno_location
11911191abs
1192+ accept_filter_arg
11921193accept4
11931194acct
11941195aio_cancel
Original file line number Diff line number Diff line change @@ -325,11 +325,6 @@ s! {
325325 pub sc_groups: [ :: gid_t; 1 ] ,
326326 }
327327
328- pub struct accept_filter_arg {
329- pub af_name: [ :: c_char; 16 ] ,
330- af_arg: [ [ :: c_char; 10 ] ; 24 ] ,
331- }
332-
333328 pub struct ptrace_vm_entry {
334329 pub pve_entry: :: c_int,
335330 pub pve_timestamp: :: c_int,
Original file line number Diff line number Diff line change @@ -266,6 +266,11 @@ s! {
266266 pub time_state: :: c_int,
267267 }
268268
269+ pub struct accept_filter_arg {
270+ pub af_name: [ :: c_char; 16 ] ,
271+ af_arg: [ [ :: c_char; 10 ] ; 24 ] ,
272+ }
273+
269274 pub struct ptrace_io_desc {
270275 pub piod_op: :: c_int,
271276 pub piod_offs: * mut :: c_void,
You can’t perform that action at this time.
0 commit comments