mqueue.h

Jose Miguel Goncalves jose.goncalves@inov.pt
Tue Jul 1 17:06:00 GMT 2003


Jeff,

I would like to suggest to add in mqueue.h

#include <sys/fcntl.h>
- or -
#include <fcntl.h>

because mq_xxx functions may use flag definitions from there (O_CREATE, O_RDONLY, 
etc...).
I've checked the Solaris 8 headers and they include <sys/fcntl.h> in <mqueue.h>.

Regards,
José Gonçalves



More information about the Newlib mailing list