1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

conformtest: Clean up expectations for POSIX for more headers.

This commit is contained in:
Joseph Myers
2012-11-19 22:21:47 +00:00
parent a483863fc1
commit 116fc08a61
5 changed files with 112 additions and 8 deletions

View File

@@ -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