diff options
Diffstat (limited to 'conform/data/mqueue.h-data')
-rw-r--r-- | conform/data/mqueue.h-data | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conform/data/mqueue.h-data b/conform/data/mqueue.h-data index d6313b3c56..2ff27480e6 100644 --- a/conform/data/mqueue.h-data +++ b/conform/data/mqueue.h-data @@ -3,6 +3,11 @@ type mqd_t type {struct sigevent} +element {struct sigevent} int sigev_notify +element {struct sigevent} int sigev_signo +element {struct sigevent} {union sigval} sigev_value +element {struct sigevent} {void(*} sigev_notify_function )(union sigval) +element {struct sigevent} {pthread_attr_t*} sigev_notify_attributes type {struct mq_attr} element {struct mq_attr} long mq_flags @@ -28,7 +33,6 @@ type pthread_attr_t type size_t type ssize_t type {struct timespec} -type {struct sigevent} #endif allow-header fcntl.h @@ -36,5 +40,7 @@ allow-header signal.h allow-header sys/types.h allow-header time.h +allow mq_* +allow MQ_* allow *_t #endif |