From ef28ab39e119f532465480b083eebff3cd0a1a0c Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Mon, 30 Mar 2026 23:20:06 +0200 Subject: [PATCH] Add support for VxWorks targets --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 06f733f..a3bd278 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -544,6 +544,7 @@ macro_rules! __do_submit { target_os = "netbsd", target_os = "nto", target_os = "openbsd", + target_os = "vxworks", target_os = "none", ) ),