Skip to content

Commit d4d4d33

Browse files
authored
Merge pull request #16 from Wind-River/union
move rtpSpawn and RTP_ID_ERROR from libstd to libc
2 parents 49f7b41 + 97f6c67 commit d4d4d33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vxworks/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,7 @@ pub const SEEK_END: ::c_int = 2;
968968

969969
// rtpLibCommon.h
970970
pub const VX_RTP_NAME_LENGTH: usize = 255;
971+
pub const RTP_ID_ERROR: ::RTP_ID = -1;
971972

972973
// h/public/unistd.h
973974
pub const _SC_GETPW_R_SIZE_MAX: ::c_int = 21; // Via unistd.h

0 commit comments

Comments
 (0)