diff options
Diffstat (limited to 'vendor/rustix/src/lib.rs')
-rw-r--r-- | vendor/rustix/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/rustix/src/lib.rs b/vendor/rustix/src/lib.rs index 03f37d96e..170e3f958 100644 --- a/vendor/rustix/src/lib.rs +++ b/vendor/rustix/src/lib.rs @@ -305,6 +305,7 @@ pub(crate) mod mount; not(feature = "use-explicitly-provided-auxv"), any( feature = "param", + feature = "process", feature = "runtime", feature = "time", target_arch = "x86", @@ -322,6 +323,7 @@ pub(crate) mod fs; not(feature = "use-explicitly-provided-auxv"), any( feature = "param", + feature = "process", feature = "runtime", feature = "time", target_arch = "x86", @@ -353,6 +355,7 @@ mod signal; #[cfg(not(windows))] #[cfg(any( feature = "fs", + feature = "process", feature = "runtime", feature = "thread", feature = "time", @@ -362,6 +365,7 @@ mod signal; not(feature = "use-explicitly-provided-auxv"), any( feature = "param", + feature = "process", feature = "runtime", feature = "time", target_arch = "x86", |