From 116fc08a619e16e4bab5aa662e8ffde4c6753af1 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 19 Nov 2012 22:21:47 +0000 Subject: conformtest: Clean up expectations for POSIX for more headers. --- conform/data/mqueue.h-data | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'conform/data/mqueue.h-data') 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 -- cgit 1.4.1