Skip to content

Commit 6519c14

Browse files
author
B I Mohammed Abbas
committed
Reset sigpipe not supported for vxworks
1 parent b1de36f commit 6519c14

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/pal/unix

1 file changed

+1
-0
lines changed

library/std/src/sys/pal/unix/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ pub unsafe fn init(argc: isize, argv: *const *const u8, sigpipe: u8) {
164164
target_os = "emscripten",
165165
target_os = "fuchsia",
166166
target_os = "horizon",
167+
target_os = "vxworks",
167168
// Unikraft's `signal` implementation is currently broken:
168169
// https://github.com/unikraft/lib-musl/issues/57
169170
target_vendor = "unikraft",

0 commit comments

Comments
 (0)