Re: [PATCH v2 13/14] daemon: use select() instead of poll() From: Johannes Sixt <hidden> Date: 2016-06-15 22:48:02 On Samstag, 16. Januar 2010, Erik Faye-Lund wrote:+static inline void mingw_fd_set(int fd, fd_set *set) +{ + FD_SET(_get_osfhandle(fd), set); +} #undef FD_SET +#define FD_SET(a,b) mingw_fd_set(a,b) + #undef FD_ISSET #define FD_ISSET(fd, set) __WSAFDIsSet(_get_osfhandle(fd), (fd_set *)(set)) Ah, yes, how obvious ;) You are going to do the same with FD_ISSET as well, aren't you? -- Hannes
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help