Eric Blake wrote: > According to Paolo Bonzini on 9/12/2008 7:11 AM: >> It is minimal in that it only tests one descriptor at a time. But it >> has several tests for both sockets and pipes (and if compiled with >> -DINTERACTIVE, TTYs too), so while it does not cover a lot of code in >> the poll emulation it does cover all the subtleties. > >> +enum { FALSE, TRUE }; > > Why not use <stdbool.h> and false/true rather than adding FALSE/TRUE?
Because I am not yet very much used to gnulib. I hope to use it for GNU Smalltalk sometime next year, and that's why I'm porting this Win32 stuff. > (the drawback of a mob branch is that you can't be sure how long your push > will survive before the next guy uses it) Yeah, that's why I gave you the commit id. Thanks. Paolo