We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89241f0 + fbd0718 commit 2cef0c9Copy full SHA for 2cef0c9
src/wasi.rs
@@ -730,8 +730,6 @@ extern "C" {
730
pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
731
pub fn chdir(dir: *const c_char) -> ::c_int;
732
733
- pub fn getpid() -> pid_t;
734
-
735
pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
736
pub fn nl_langinfo_l(item: ::nl_item, loc: ::locale_t) -> *mut ::c_char;
737
0 commit comments