File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818mod arch;
1919mod conv;
2020mod reg;
21- #[ cfg( any( feature = "time" , target_arch = "x86" ) ) ]
21+ #[ cfg( any( feature = "time" , feature = "process" , target_arch = "x86" ) ) ]
2222mod vdso;
23- #[ cfg( any( feature = "time" , target_arch = "x86" ) ) ]
23+ #[ cfg( any( feature = "time" , feature = "process" , target_arch = "x86" ) ) ]
2424mod vdso_wrappers;
2525
2626#[ cfg( feature = "event" ) ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ use core::sync::atomic::Ordering::Relaxed;
2929#[ cfg( target_pointer_width = "32" ) ]
3030#[ cfg( feature = "time" ) ]
3131use linux_raw_sys:: general:: timespec as __kernel_old_timespec;
32- #[ cfg( feature = "time" ) ]
32+ #[ cfg( any ( feature = "time" , feature = "process" ) ) ]
3333use {
3434 super :: c,
3535 super :: conv:: { c_int, ret} ,
You can’t perform that action at this time.
0 commit comments