return 0 from errno function
This commit is contained in:
parent
6896ed383d
commit
23cc850ff1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue