Searched refs:nfds_t (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dos_support.h75 typedef unsigned long nfds_t; typedef
98 int poll(struct pollfd *fds, nfds_t numfds, int timeout);
H A Dos_support.c92 int poll(struct pollfd *fds, nfds_t numfds, int timeout)
97 nfds_t i;
148 for(i = 0; i < (nfds_t) n; i++) {

Completed in 96 milliseconds