You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/std_detect/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ is undefined.
41
41
have the minimum supported API level higher than [Android 4.3 (API level 18) that added `getauxval`](https://github.com/aosp-mirror/platform_bionic/blob/d3ebc2f7c49a9893b114124d4a6b315f3a328764/libc/include/sys/auxv.h#L49).
42
42
43
43
*`std_detect_file_io` (enabled by default, requires `std`): Enable to perform run-time feature
44
-
detection using file APIs (e.g. `/proc/cpuinfo`, etc.) if other more performant
44
+
detection using file APIs (e.g. `/proc/self/auxv`, etc.) if other more performant
45
45
methods fail. This feature requires `libstd` as a dependency, preventing the
46
46
crate from working on applications in which `std` is not available.
47
47
@@ -58,7 +58,7 @@ crate from working on applications in which `std` is not available.
0 commit comments