File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,9 @@ libc_bitflags!{
90
90
EV_CLEAR ;
91
91
EV_DELETE ;
92
92
EV_DISABLE ;
93
- // No released version of OpenBSD supports EV_DISPATCH or EV_RECEIPT.
94
- // These have been commited to the -current branch though and are
95
- // expected to be part of the OpenBSD 6.2 release in Nov 2017.
96
- // See: https://marc.info/?l=openbsd-tech&m=149621427511219&w=2
97
- // https://github.com/rust-lang/libc/pull/613
98
93
#[ cfg( any( target_os = "dragonfly" , target_os = "freebsd" ,
99
94
target_os = "ios" , target_os = "macos" ,
100
- target_os = "netbsd" ) ) ]
95
+ target_os = "netbsd" , target_os = "openbsd" ) ) ]
101
96
EV_DISPATCH ;
102
97
#[ cfg( target_os = "freebsd" ) ]
103
98
EV_DROP ;
@@ -116,7 +111,7 @@ libc_bitflags!{
116
111
EV_POLL ;
117
112
#[ cfg( any( target_os = "dragonfly" , target_os = "freebsd" ,
118
113
target_os = "ios" , target_os = "macos" ,
119
- target_os = "netbsd" ) ) ]
114
+ target_os = "netbsd" , target_os = "openbsd" ) ) ]
120
115
EV_RECEIPT ;
121
116
EV_SYSFLAGS ;
122
117
}
You can’t perform that action at this time.
0 commit comments