summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/param/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/param/init.rs')
-rw-r--r--vendor/rustix/src/param/init.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/rustix/src/param/init.rs b/vendor/rustix/src/param/init.rs
index d261fabd2..09d7c96bd 100644
--- a/vendor/rustix/src/param/init.rs
+++ b/vendor/rustix/src/param/init.rs
@@ -2,8 +2,8 @@
//!
//! # Safety
//!
-//! On mustang, or on any non-glibc non-musl platform, the `init` function must
-//! be called before any other function in this module. It is unsafe because it
+//! When "use-explicitly-provided-auxv" is enabled, the `init` function must be
+//! called before any other function in this module. It is unsafe because it
//! operates on raw pointers.
#![allow(unsafe_code)]