From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsmith@megaroms.co.uk To: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] poll.h and polling stuff??? Date: Tue, 24 Jul 2001 08:07:00 -0000 Message-id: <20010724160911.agsplanning+tsmith@f9> X-SW-Source: 2001-07/msg00746.html >It may be easier just to add poll() to select.cxx. From what I remember >when poll() is available, select() is normally implemented in terms of >poll(). So the current select() would be modified to be poll(), and you >would add a new select() that wraps it. Probably :-). I'm doing it the other way round :) Emulating the poll() with calls to select(). I've not got enough time to try and learn about the underlying file system. I'm now going to have to rapidly learn CDL.....