Add futimens

This commit is contained in:
Paul Dicker 2016-02-29 18:17:50 +01:00
parent 7a7676a951
commit b0c679f5c0

View File

@ -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;