Reset sigpipe not supported for vxworks

This commit is contained in:
B I Mohammed Abbas 2024-07-08 10:56:13 +05:30
parent b1de36ff34
commit 6519c143a7

View file

@ -164,6 +164,7 @@ pub unsafe fn init(argc: isize, argv: *const *const u8, sigpipe: u8) {
target_os = "emscripten",
target_os = "fuchsia",
target_os = "horizon",
target_os = "vxworks",
// Unikraft's `signal` implementation is currently broken:
// https://github.com/unikraft/lib-musl/issues/57
target_vendor = "unikraft",