return 0 from errno function

This commit is contained in:
newpavlov 2019-08-19 10:44:08 +03:00
parent 6896ed383d
commit 23cc850ff1

View file

@ -21,7 +21,7 @@ pub unsafe fn env_lock() -> impl Any {
}
pub fn errno() -> i32 {
panic!("unsupported")
0
}
pub fn error_string(errno: i32) -> String {