We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040f826 commit bf8f5baCopy full SHA for bf8f5ba
src/sys/unix.rs
@@ -409,6 +409,7 @@ impl Type {
409
target_os = "linux",
410
target_os = "netbsd",
411
target_os = "openbsd",
412
+ target_os = "redox",
413
target_os = "solaris",
414
)
415
))]
@@ -425,6 +426,7 @@ impl Type {
425
426
427
428
429
430
431
432
)))
@@ -442,6 +444,7 @@ impl Type {
442
444
443
445
446
447
448
449
450
pub(crate) const fn _cloexec(self) -> Type {
0 commit comments