@@ -350,7 +350,7 @@ fn test_apple(target: &str) {
350
350
// FIXME(macos): Requires the macOS 14.4 SDK.
351
351
"os_sync_wake_by_address_flags_t" | "os_sync_wait_on_address_flags_t" => true ,
352
352
353
- // FIXME(ctest ): "'__uint128' undeclared" in C
353
+ // FIXME(macos ): "'__uint128' undeclared" in C
354
354
"__uint128" => true ,
355
355
356
356
_ => false ,
@@ -459,7 +459,7 @@ fn test_apple(target: &str) {
459
459
s if s. ends_with ( "_nsec" ) && struct_. starts_with ( "stat" ) => {
460
460
s. replace ( "e_nsec" , "espec.tv_nsec" )
461
461
}
462
- // FIXME(ctest ): sigaction actually contains a union with two variants:
462
+ // FIXME(macos ): sigaction actually contains a union with two variants:
463
463
// a sa_sigaction with type: (*)(int, struct __siginfo *, void *)
464
464
// a sa_handler with type sig_t
465
465
"sa_sigaction" if struct_ == "sigaction" => "sa_handler" . to_string ( ) ,
@@ -468,7 +468,7 @@ fn test_apple(target: &str) {
468
468
} ) ;
469
469
470
470
cfg. skip_roundtrip ( move |s| match s {
471
- // FIXME(ctest ): this type has the wrong ABI
471
+ // FIXME(macos ): this type has the wrong ABI
472
472
"max_align_t" if i686 => true ,
473
473
// Can't return an array from a C function.
474
474
"uuid_t" | "vol_capabilities_set_t" => true ,
0 commit comments