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 2a5f445 + dd54f29 commit c7a7f4eCopy full SHA for c7a7f4e
src/unix/mod.rs
@@ -292,6 +292,7 @@ extern {
292
link_name = "pwrite$UNIX2003")]
293
pub fn pwrite(fd: ::c_int, buf: *const ::c_void, count: ::size_t,
294
offset: off_t) -> ::ssize_t;
295
+ pub fn umask(mask: mode_t) -> mode_t;
296
pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int;
297
298
#[cfg_attr(all(target_os = "macos", target_arch = "x86"),
0 commit comments