2003-07-02 Jeff Johnston <jjohnstn@redhat.com>

* libc/sys/linux/include/mqueue.h: Add include of <sys/fcntl.h>.
This commit is contained in:
Jeff Johnston 2003-07-02 17:34:20 +00:00
parent f3ff0ca9ed
commit 4e989b11f3
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-07-02 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/include/mqueue.h: Add include of <sys/fcntl.h>.
2003-06-27 Jose Goncalves <jose.goncalves@inov.pt>
* libc/sys/linux/mq_open.c (mq_open): Only set created flag

View File

@ -9,6 +9,8 @@
#define __need_sigevent_t 1
#include <bits/siginfo.h>
#include <sys/fcntl.h>
/* message queue types */
typedef int mqd_t;