summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaoshan <pangbw@gmail.com>2019-09-23 15:21:27 -0700
committerGitHub <noreply@github.com>2019-09-23 15:21:27 -0700
commitd4d4d33174d6ebe2bf485eeedbd2046e092520c1 (patch)
treeb814c9685970c1adc7b61b35c8f12ae21cdd6a34
parent49f7b415509e4f7a1a75d94b5a57d4f690516ace (diff)
parent97f6c6751c2e240386dd53b7a804d9372eca3411 (diff)
downloadrust-libc-d4d4d33174d6ebe2bf485eeedbd2046e092520c1.tar.gz
Merge pull request #16 from Wind-River/union
move rtpSpawn and RTP_ID_ERROR from libstd to libc
-rwxr-xr-xsrc/vxworks/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vxworks/mod.rs b/src/vxworks/mod.rs
index f17773dae7..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