| ... | ... | @@ -10740,7 +10740,7 @@ pub extern "c" fn free(?*anyopaque) void; |
| 10740 | 10740 | pub extern "c" fn futimes(fd: fd_t, times: ?*[2]timeval) c_int; |
| 10741 | 10741 | pub extern "c" fn utimes(path: [*:0]const u8, times: ?*[2]timeval) c_int; |
| 10742 | 10742 | |
| 10743 | | pub extern "c" fn utimensat(dirfd: fd_t, pathname: [*:0]const u8, times: ?*[2]timespec, flags: u32) c_int; |
| 10743 | pub extern "c" fn utimensat(dirfd: fd_t, pathname: [*:0]const u8, times: ?*const [2]timespec, flags: u32) c_int; |
| 10744 | 10744 | pub extern "c" fn futimens(fd: fd_t, times: ?*const [2]timespec) c_int; |
| 10745 | 10745 | |
| 10746 | 10746 | pub extern "c" fn pthread_create( |