Bruno Haible wrote: > Hi Paolo, > > Thank you for providing this select() implementation! With it, I can now make > 'msgfilter' work on mingw. > > Here's a patch for a possible optimization: select() on a regular file > should return "ready" always, no? There's no need to even call > WaitForSingleObject on this one, IMO.
Right, can you do the same for poll() too? Paolo