Skip to content

Commit 1275e36

Browse files
author
Al Hoang
committed
haiku: update doc
1 parent 2e42c29 commit 1275e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ impl Entry {
238238
/* libc::DT_UNKNOWN | */ _ => None,
239239
}
240240

241-
// illumos and Solaris systems do not have the d_type member at all:
241+
// illumos, Solaris, and Haiku systems do not have the d_type member at all:
242242
#[cfg(any(target_os = "illumos", target_os = "solaris", target_os = "haiku"))]
243243
None
244244
}

0 commit comments

Comments
 (0)