pub unsafe extern "C" fn seccomp_notify_respond(
fd: c_int,
resp: *mut seccomp_notif_resp,
) -> c_intExpand description
Check if a notification id is still valid
fd: the notification fdid: the id to test
Checks to see if a notification id is still valid. Returns 0 on success, and negative values on failure.