diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-19 22:21:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-19 22:21:47 +0000 |
commit | 116fc08a619e16e4bab5aa662e8ffde4c6753af1 (patch) | |
tree | 44898239427d20f7cb99cbf9fe6e418a81f5850d /conform/data/mqueue.h-data | |
parent | a483863fc136e1b066cb7886f0426df5e5dee73e (diff) | |
download | glibc-116fc08a619e16e4bab5aa662e8ffde4c6753af1.tar.gz |
conformtest: Clean up expectations for POSIX for more headers.
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 |