Updated to fedora-glibc-20051116T0829
[glibc.git] / conform / data / mqueue.h-data
blob1b410a77ebd4fb75a9162869fda3b9809cca3fac
1 #ifndef ISO
2 // should test for not an array type.
3 type mqd_t
5 type {struct sigevent}
7 type {struct mq_attr}
8 element {struct mq_attr} long mq_flags
9 element {struct mq_attr} long mq_maxmsg
10 element {struct mq_attr} long mq_msgsize
11 element {struct mq_attr} long mq_curmsg
13 function int mq_close (mqd_t)
14 function int mq_getattr (mqd_t, struct mq_attr*)
15 function int mq_notify (mqd_t, const struct sigevent*)
16 function mqd_t mq_open (const char*, int, ...)
17 function ssize_t mq_receive (mqd_t, char*, size_t, unsigned int*)
18 function int mq_send (mqd_t, const char*, size_t, unsigned int)
19 function int mq_setattr (mqd_t, const struct mq_attr*, struct mq_attr*)
20 function int mq_unlink (const char*)
22 allow-header fcntl.h
23 allow-header signal.h
24 allow-header sys/types.h
25 allow-header time.h
27 allow *_t
28 #endif