Skip to content

Commit 1bb4ab3

Browse files
committed
Remove a workaround for older macOS
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 3655f46 commit 1bb4ab3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libc-test/build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,6 @@ fn test_apple(target: &str) {
321321
// close calls the close_nocancel system call
322322
"close" => true,
323323

324-
// macOs 12 minimum
325-
"backtrace_async" => true,
326-
327324
_ => false,
328325
}
329326
});

0 commit comments

Comments
 (0)