Remove a pre-poll callback Definition at line 996 of file su_root.c. References su_root_remove_prepoll(). Referenced by su_root_remove_prepoll(). { if (root == NULL) return (void)(errno = EFAULT), -1; assert(root->sur_port); return su_port_remove_prepoll(root->sur_port, root); }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |