File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -286,8 +286,6 @@ fn test_apple(target: &str) {
286
286
287
287
cfg. skip_type ( move |ty| {
288
288
match ty {
289
- // requires macOs 11.0 or higher
290
- "pthread_introspection_hook_t" => true ,
291
289
_ => false ,
292
290
}
293
291
} ) ;
@@ -303,14 +301,6 @@ fn test_apple(target: &str) {
303
301
"KERN_KDENABLE_BG_TRACE" | "KERN_KDDISABLE_BG_TRACE" => true ,
304
302
// FIXME: the value has been changed since Catalina (0xffff0000 -> 0x3fff0000).
305
303
"SF_SETTABLE" => true ,
306
- // FIXME: the values have been changed since Big Sur
307
- "HW_TARGET" | "HW_PRODUCT" | "HW_MAXID" => true ,
308
- // these consts requires macOS 11.0 or higher
309
- "PTHREAD_INTROSPECTION_THREAD_CREATE"
310
- | "PTHREAD_INTROSPECTION_THREAD_DESTROY"
311
- | "PTHREAD_INTROSPECTION_THREAD_START"
312
- | "PTHREAD_INTROSPECTION_THREAD_TERMINATE"
313
- | "RTF_GLOBAL" => true ,
314
304
_ => false ,
315
305
}
316
306
} ) ;
@@ -324,13 +314,6 @@ fn test_apple(target: &str) {
324
314
// close calls the close_nocancel system call
325
315
"close" => true ,
326
316
327
- // these calls require macOS 11.0 or higher
328
- "pthread_introspection_hook_install"
329
- | "pthread_introspection_getspecific_np"
330
- | "pthread_introspection_setspecific_np"
331
- | "preadv"
332
- | "pwritev" => true ,
333
-
334
317
_ => false ,
335
318
}
336
319
} ) ;
You can’t perform that action at this time.
0 commit comments