[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] Still... how can I include unistd.h in C++ realtime modules?
On Thu, Nov 08, 2001 at 04:56:31PM +0100, Ivan Martinez wrote:
> Anybody help me with this, or you won't have a brand new DSLib v1.3.0
> supporting C++
> ;-)
<unistd snippage>
What do you need from unistd.h? The problem is that if you're in
suitable kernel space for a real-time module, you won't be allowed
most of the functions in unistd. poll() is right out. fork() doesn't
makes sense...
Gary (-;