Skip to content

Commit fbd0718

Browse files
authored
Revert "Add getpid in wasi"
1 parent 89241f0 commit fbd0718

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wasi.rs

-2
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,6 @@ extern "C" {
730730
pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
731731
pub fn chdir(dir: *const c_char) -> ::c_int;
732732

733-
pub fn getpid() -> pid_t;
734-
735733
pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
736734
pub fn nl_langinfo_l(item: ::nl_item, loc: ::locale_t) -> *mut ::c_char;
737735

0 commit comments

Comments
 (0)