File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,8 @@ impl Type {
408
408
target_os = "illumos" ,
409
409
target_os = "linux" ,
410
410
target_os = "netbsd" ,
411
- target_os = "openbsd"
411
+ target_os = "openbsd" ,
412
+ target_os = "solaris" ,
412
413
)
413
414
) ) ]
414
415
#[ cfg_attr(
@@ -423,7 +424,8 @@ impl Type {
423
424
target_os = "illumos" ,
424
425
target_os = "linux" ,
425
426
target_os = "netbsd" ,
426
- target_os = "openbsd"
427
+ target_os = "openbsd" ,
428
+ target_os = "solaris" ,
427
429
)
428
430
) ) )
429
431
) ]
@@ -439,7 +441,8 @@ impl Type {
439
441
target_os = "illumos" ,
440
442
target_os = "linux" ,
441
443
target_os = "netbsd" ,
442
- target_os = "openbsd"
444
+ target_os = "openbsd" ,
445
+ target_os = "solaris" ,
443
446
) ) ]
444
447
pub ( crate ) const fn _cloexec ( self ) -> Type {
445
448
Type ( self . 0 | libc:: SOCK_CLOEXEC )
You can’t perform that action at this time.
0 commit comments