Function alpm_sys::alpm_unlock
source · pub unsafe extern "C" fn alpm_unlock(
handle: *mut alpm_handle_t
) -> c_int
Expand description
Remove the database lock file @param handle the context handle @return 0 on success, -1 on error
@note Safe to call from inside signal handlers.