Fix redox compilation

This commit is contained in:
jD91mZM2
2018-09-26 16:40:23 +02:00
parent afc1ff134a
commit 21559bb503
3 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ pub trait Pal {
fn getgid() -> gid_t;
unsafe fn gethostname(name: *mut c_char, len: size_t) -> c_int;
fn gethostname(name: *mut c_char, len: size_t) -> c_int;
fn getpgid(pid: pid_t) -> pid_t;