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.
1 parent 7a7676a commit b0c679fCopy full SHA for b0c679f
src/unix/mod.rs
@@ -513,6 +513,7 @@ extern {
513
#[cfg_attr(target_os = "netbsd", link_name = "__utimes50")]
514
pub fn utimes(filename: *const ::c_char,
515
times: *const ::timeval) -> ::c_int;
516
+ pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
517
pub fn dlopen(filename: *const ::c_char,
518
flag: ::c_int) -> *mut ::c_void;
519
pub fn dlerror() -> *mut ::c_char;
0 commit comments