pub unsafe extern "C" fn pomp_loop_remove(
loop_: *mut pomp_loop,
fd: c_int,
) -> c_intExpand description
Unregister a fd from the loop @param loop : loop. @param fd : fd to unregister. @return 0 in case of success, negative errno value in case of error.