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 @@ -83,6 +83,7 @@ mod posix {
83
83
target_os = "fuchsia" ,
84
84
target_os = "redox" ,
85
85
target_os = "nto" ,
86
+ target_os = "hurd" ,
86
87
) ) ] {
87
88
pub ( super ) const RTLD_LAZY : c_int = 1 ;
88
89
} else {
@@ -117,6 +118,7 @@ mod posix {
117
118
target_os = "fuchsia" ,
118
119
target_os = "redox" ,
119
120
target_os = "nto" ,
121
+ target_os = "hurd" ,
120
122
) ) ] {
121
123
pub ( super ) const RTLD_NOW : c_int = 2 ;
122
124
} else if #[ cfg( all( target_os = "android" , target_pointer_width = "32" ) ) ] {
@@ -165,6 +167,7 @@ mod posix {
165
167
target_os = "fuchsia" ,
166
168
target_os = "redox" ,
167
169
target_os = "nto" ,
170
+ target_os = "hurd" ,
168
171
) ) ] {
169
172
pub ( super ) const RTLD_GLOBAL : c_int = 0x100 ;
170
173
} else {
@@ -206,6 +209,7 @@ mod posix {
206
209
207
210
target_os = "fuchsia" ,
208
211
target_os = "redox" ,
212
+ target_os = "hurd" ,
209
213
) ) ] {
210
214
pub ( super ) const RTLD_LOCAL : c_int = 0 ;
211
215
} else {
You can’t perform that action at this time.
0 commit comments