add more RISCV64 linux bits to std lib

This commit is contained in:
Andrew Kelley
2019-09-20 15:24:50 -04:00
parent ea776c287b
commit f663bcd6b2
3 changed files with 94 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ pub usingnamespace switch (builtin.arch) {
pub const pid_t = i32;
pub const fd_t = i32;
pub const uid_t = i32;
pub const gid_t = u32;
pub const clock_t = isize;
pub const PATH_MAX = 4096;