summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaoshan Pang <baoshan.pang@windriver.com>2019-09-23 14:53:41 -0700
committerBaoshan Pang <baoshan.pang@windriver.com>2019-09-23 15:07:00 -0700
commit97f6c6751c2e240386dd53b7a804d9372eca3411 (patch)
treeb814c9685970c1adc7b61b35c8f12ae21cdd6a34
parent95b1e24db9ccfb144574b65cb22611d31ebcdd29 (diff)
downloadrust-libc-97f6c6751c2e240386dd53b7a804d9372eca3411.tar.gz
move rtpSpawn and RTP_ID_ERROR from libstd to libc
-rwxr-xr-xsrc/vxworks/mod.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vxworks/mod.rs b/src/vxworks/mod.rs
index 6fb79c1db0..77d8955936 100755
--- a/src/vxworks/mod.rs
+++ b/src/vxworks/mod.rs
@@ -968,6 +968,7 @@ pub const SEEK_END: ::c_int = 2;
// rtpLibCommon.h
pub const VX_RTP_NAME_LENGTH: usize = 255;
+pub const RTP_ID_ERROR: ::RTP_ID = -1;
// h/public/unistd.h
pub const _SC_GETPW_R_SIZE_MAX: ::c_int = 21; // Via unistd.h
@@ -2050,6 +2051,15 @@ extern "C" {
// rtpLibCommon.h
pub fn rtpInfoGet(rtpId: ::RTP_ID, rtpStruct: *mut ::RTP_DESC) -> ::c_int;
+ pub fn rtpSpawn(
+ pubrtpFileName: *const ::c_char,
+ argv: *const *const ::c_char,
+ envp: *const *const ::c_char,
+ priority: ::c_int,
+ uStackSize: ::size_t,
+ options: ::c_int,
+ taskOptions: ::c_int,
+ ) -> RTP_ID;
// ioLib.h
pub fn _realpath(