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:
@@ -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
|
||||
|
Reference in New Issue
Block a user