Forum Topic - mq_timedreceive_monotonic changed return value after applying 4844 patch: (2 Items)
   
mq_timedreceive_monotonic changed return value after applying 4844 patch  
I have integrated QNX patch 4844 into our QNX 650SP1 and I am facing a change in behaviour 
of the mq library call "mq_timedreceive_monotonic", can you please help me to understand the change history of the mq 
library ?
Its important also to say that the queue was created without setting the non blocking flag.
Re: mq_timedreceive_monotonic changed return value after applying 4844 patch  
The previous return was EINTR and after applying the patch the return is EAGAIN, timeout is set also.
> I have integrated QNX patch 4844 into our QNX 650SP1 and I am facing a change 
> in behaviour 
> of the mq library call "mq_timedreceive_monotonic", can you please help me to 
> understand the change history of the mq library ?
> Its important also to say that the queue was created without setting the non 
> blocking flag.