File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ mod posix {
88
88
target_os = "redox" ,
89
89
target_os = "nto" ,
90
90
target_os = "hurd" ,
91
+ target_os = "cygwin" ,
91
92
) ) ] {
92
93
pub ( super ) const RTLD_LAZY : c_int = 1 ;
93
94
} else {
@@ -127,6 +128,7 @@ mod posix {
127
128
target_os = "redox" ,
128
129
target_os = "nto" ,
129
130
target_os = "hurd" ,
131
+ target_os = "cygwin" ,
130
132
) ) ] {
131
133
pub ( super ) const RTLD_NOW : c_int = 2 ;
132
134
} else if #[ cfg( all( target_os = "android" , target_pointer_width = "32" ) ) ] {
@@ -179,6 +181,7 @@ mod posix {
179
181
target_os = "redox" ,
180
182
target_os = "nto" ,
181
183
target_os = "hurd" ,
184
+ target_os = "cygwin" ,
182
185
) ) ] {
183
186
pub ( super ) const RTLD_GLOBAL : c_int = 0x100 ;
184
187
} else {
@@ -224,6 +227,7 @@ mod posix {
224
227
target_os = "fuchsia" ,
225
228
target_os = "redox" ,
226
229
target_os = "hurd" ,
230
+ target_os = "cygwin" ,
227
231
) ) ] {
228
232
pub ( super ) const RTLD_LOCAL : c_int = 0 ;
229
233
} else {
You can’t perform that action at this time.
0 commit comments