Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 39c4daa

Browse files
author
B I Mohammed Abbas
committedJul 8, 2024
Reset sigpipe not supported for vxworks
1 parent c6b3f3d commit 39c4daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

+1
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)
Failed to load comments.