svc_fdset_copy
extern fd_set *svc_fdset_copy(const fd_set *);
fd_set *readfds = svc_fdset_copy(NULL);
readfds = svc_fdset_copy(svc_fdset_get());