Peter O'Gorman <[EMAIL PROTECTED]> said:
>
> poll() did not exist on Mac OS X 10.2 and earlier, on 10.3 it was
> implemented in an emulation library and implemented in terms of select(),
> with Mac OS X 10.4 we finally got a real poll(), but it unfortunately has
> some bugs which make it difficult
Peter O'Gorman <[EMAIL PROTECTED]> writes:
> poll() did not exist on Mac OS X 10.2 and earlier, on 10.3 it was
> implemented in an emulation library and implemented in terms of select(),
> with Mac OS X 10.4 we finally got a real poll(), but it unfortunately has
> some bugs which make it difficult