Skip to content
Snippets Groups Projects
Unverified Commit 7a260795 authored by Luca Bruno's avatar Luca Bruno
Browse files

unix: add fchdir(2)

parent 4fe2cc22
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,7 @@ extern {
pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
pub fn alarm(seconds: ::c_uint) -> ::c_uint;
pub fn chdir(dir: *const c_char) -> ::c_int;
pub fn fchdir(dirfd: ::c_int) -> ::c_int;
pub fn chown(path: *const c_char, uid: uid_t,
gid: gid_t) -> ::c_int;
#[cfg_attr(all(target_os = "macos", target_arch = "x86"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment