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
@@ -38,7 +38,7 @@ is undefined.
38
38
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).
39
39
40
40
*`std_detect_file_io` (enabled by default, requires `std`): Enable to perform run-time feature
41
-
detection using file APIs (e.g. `/proc/cpuinfo`, etc.) if other more performant
41
+
detection using file APIs (e.g. `/proc/self/auxv`, etc.) if other more performant
42
42
methods fail. This feature requires `libstd` as a dependency, preventing the
43
43
crate from working on applications in which `std` is not available.
44
44
@@ -55,7 +55,7 @@ crate from working on applications in which `std` is not available.
0 commit comments