File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
library/stdarch/crates/std_detect/src/detect/os/linux Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ pub(crate) struct AuxVec {
45
45
/// There is no perfect way of reading the auxiliary vector.
46
46
///
47
47
/// - If the `std_detect_dlsym_getauxval` cargo feature is enabled, this will use
48
- /// `getauxval` if its linked to the binary, and otherwise proceed to a fallback implementation.
49
- /// When `std_detect_dlsym_getauxval` is disabled, this will assume that `getauxval` is
50
- /// linked to the binary - if that is not the case the behavior is undefined.
48
+ /// `getauxval` if its linked to the binary, and otherwise proceed to a fallback implementation.
49
+ /// When `std_detect_dlsym_getauxval` is disabled, this will assume that `getauxval` is
50
+ /// linked to the binary - if that is not the case the behavior is undefined.
51
51
/// - Otherwise, if the `std_detect_file_io` cargo feature is enabled, it will
52
52
/// try to read `/proc/self/auxv`.
53
53
/// - If that fails, this function returns an error.
You can’t perform that action at this time.
0 commit comments