We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30feb6b commit ef21c1cCopy full SHA for ef21c1c
1 file changed
library/std/src/sys/unix/os.rs
@@ -584,7 +584,8 @@ pub fn home_dir() -> Option<PathBuf> {
584
target_os = "emscripten",
585
target_os = "redox",
586
target_os = "vxworks",
587
- target_os = "espidf"
+ target_os = "espidf",
588
+ target_os = "horizon"
589
))]
590
unsafe fn fallback() -> Option<OsString> {
591
None
@@ -595,7 +596,8 @@ pub fn home_dir() -> Option<PathBuf> {
595
596
597
598
599
600
601
)))]
602
603
let amt = match libc::sysconf(libc::_SC_GETPW_R_SIZE_MAX) {
0 commit comments