Skip to content
Snippets Groups Projects
Commit b0c679f5 authored by Paul Dicker's avatar Paul Dicker
Browse files

Add futimens

parent 7a7676a9
No related branches found
No related tags found
No related merge requests found
......@@ -513,6 +513,7 @@ extern {
#[cfg_attr(target_os = "netbsd", link_name = "__utimes50")]
pub fn utimes(filename: *const ::c_char,
times: *const ::timeval) -> ::c_int;
pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
pub fn dlopen(filename: *const ::c_char,
flag: ::c_int) -> *mut ::c_void;
pub fn dlerror() -> *mut ::c_char;
......
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