#[unsafe(no_mangle)]pub unsafe extern "C" fn ftrylockfile(file: *mut FILE) -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/flockfile.html.
Try to lock the file. Returns 0 for success, 1 for failure
#[unsafe(no_mangle)]pub unsafe extern "C" fn ftrylockfile(file: *mut FILE) -> c_intSee https://pubs.opengroup.org/onlinepubs/9799919799/functions/flockfile.html.
Try to lock the file. Returns 0 for success, 1 for failure