Skip to content

Commit 0498da9

Browse files
committedAug 6, 2019
redox: convert to target_family unix
·
1.88.01.38.0
1 parent 6a91782 commit 0498da9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+590
-6440
lines changed
 

‎src/doc/unstable-book/src/library-features/n16.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎src/libpanic_abort/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ pub unsafe extern fn __rust_start_panic(_payload: usize) -> u32 {
4848
libc::abort();
4949
}
5050

51-
#[cfg(any(target_os = "redox",
52-
windows,
51+
#[cfg(any(windows,
5352
all(target_arch = "wasm32", not(target_os = "emscripten"))))]
5453
unsafe fn abort() -> ! {
5554
core::intrinsics::abort();

0 commit comments

Comments
 (0)
Please sign in to comment.