This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mqueue.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]