Merge pull request #16 from Wind-River/union

move rtpSpawn and RTP_ID_ERROR from libstd to libc
This commit is contained in:
Baoshan 2019-09-23 15:21:27 -07:00 committed by GitHub
commit d4d4d33174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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