Yes. Depending on context, one would use either of FNDELAY, O_NDELAY, or O_NONBLOCK, for clarity. In reality, they all mean the same thing. See /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h to see why that is. In the case of android, try O_NONBLOCK, or try using ioctl instead of fcntl (FNDELAY doesn't exist on android, so use one of the other names). I can't see the surrounding code, so there may be a bit more work involved.
-Mark On Sat, Sep 1, 2018 at 6:38 PM, vince <[email protected]> wrote: > > can anybody help here ? ..... V > > > > > _______________________________________________ > Simh mailing list > [email protected] > http://mailman.trailing-edge.com/mailman/listinfo/simh >
_______________________________________________ Simh mailing list [email protected] http://mailman.trailing-edge.com/mailman/listinfo/simh
