File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: d0a2f00611cc1622cfcd18dda66206277e8e2176
2
+ refs/heads/master: bb7750b8d0e9e02f586e4be6883fc2926236dfea
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ native mod libc {
40
40
type dirent ;
41
41
fn readdir ( d : dir ) -> dirent ;
42
42
fn getenv ( n : str:: sbuf ) -> str:: sbuf ;
43
- fn setenv ( n : str:: sbuf , v : str:: sbuf , overwrite : int ) -> int ;
44
- fn unsetenv ( n : str:: sbuf ) -> int ;
45
- fn pipe ( buf : * mutable int ) -> int ;
46
- fn waitpid ( pid : int , & status: int , options : int ) -> int ;
47
- fn mkdir ( s : str:: sbuf , mode : int ) -> int ;
48
- fn rmdir ( s : str:: sbuf ) -> int ;
43
+ fn setenv ( n : str:: sbuf , v : str:: sbuf , overwrite : c_int ) -> c_int ;
44
+ fn unsetenv ( n : str:: sbuf ) -> c_int ;
45
+ fn pipe ( buf : * mutable c_int ) -> c_int ;
46
+ fn waitpid ( pid : int , & status: c_int , options : c_int ) -> c_int ;
47
+ fn mkdir ( s : str:: sbuf , mode : c_int ) -> c_int ;
48
+ fn rmdir ( s : str:: sbuf ) -> c_int ;
49
49
}
50
50
51
51
mod libc_constants {
You can’t perform that action at this time.
0 commit comments