__svc_clean_idle
bool_t __svc_clean_idle(fd_set *, int, bool_t);
__svc_clean_idle(&cleanfds, 30, FALSE);
__svc_clean_idle(&cleanfds, 0, FALSE);
bool_t __svc_clean_idle(fd_set *, int, bool_t);
extern bool_t __svc_clean_idle(fd_set *, int, bool_t);
__svc_clean_idle(&cleanfds, 30, FALSE);