We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b1e24 commit d751f23Copy full SHA for d751f23
src/vxworks/mod.rs
@@ -2050,6 +2050,15 @@ extern "C" {
2050
2051
// rtpLibCommon.h
2052
pub fn rtpInfoGet(rtpId: ::RTP_ID, rtpStruct: *mut ::RTP_DESC) -> ::c_int;
2053
+ pub fn rtpSpawn(
2054
+ pubrtpFileName: *const ::c_char,
2055
+ argv: *const *const ::c_char,
2056
+ envp: *const *const ::c_char,
2057
+ priority: ::c_int,
2058
+ uStackSize: ::size_t,
2059
+ options: ::c_int,
2060
+ taskOptions: ::c_int,
2061
+ ) -> RTP_ID;
2062
2063
// ioLib.h
2064
pub fn _realpath(
0 commit comments