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 18a1de5 + 7a26079 commit d1a7591Copy full SHA for d1a7591
src/unix/mod.rs
@@ -366,6 +366,7 @@ extern {
366
pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
367
pub fn alarm(seconds: ::c_uint) -> ::c_uint;
368
pub fn chdir(dir: *const c_char) -> ::c_int;
369
+ pub fn fchdir(dirfd: ::c_int) -> ::c_int;
370
pub fn chown(path: *const c_char, uid: uid_t,
371
gid: gid_t) -> ::c_int;
372
#[cfg_attr(all(target_os = "macos", target_arch = "x86"),
0 commit comments