On Sat, 3 May 2003 14:03:29 +0200 Henning Meier-Geinitz <[email protected]> wrote:
> > >Oh well, I thought Darwin some sort of Unix? :-) > > > > It is, there seems to be a poll emulation library available at > > <http://www.clapper.org/software/poll/> which might do the right thing > > here. > > Thanks. But the license is BSD + advertising clause so it's > incompatible to GPL. glib has poll() emulation inside (g_poll(), inside gmain.c). It was taken from some version of glibc (it is there in sysdeps/unix/bsd/poll.c, but the code there is full of glibc-internal things).
