posix.cfg: cleanup opened, but not closed <arg>-tags.
This commit is contained in:
parent
cb6ed95ed3
commit
4139b6a818
|
@ -973,7 +973,6 @@
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2"/>
|
|
||||||
</function>
|
</function>
|
||||||
<!-- int mq_notify(mqd_t, const struct sigevent *); -->
|
<!-- int mq_notify(mqd_t, const struct sigevent *); -->
|
||||||
<function name="mq_notify">
|
<function name="mq_notify">
|
||||||
|
@ -982,7 +981,6 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2"/>
|
|
||||||
</function>
|
</function>
|
||||||
<!-- mqd_t mq_open(const char *, int, ...); -->
|
<!-- mqd_t mq_open(const char *, int, ...); -->
|
||||||
<function name="mq_open">
|
<function name="mq_open">
|
||||||
|
@ -994,7 +992,6 @@
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="4"/>
|
|
||||||
</function>
|
</function>
|
||||||
<!-- int mq_send(mqd_t, const char *, size_t, unsigned); -->
|
<!-- int mq_send(mqd_t, const char *, size_t, unsigned); -->
|
||||||
<function name="mq_send">
|
<function name="mq_send">
|
||||||
|
@ -1002,7 +999,6 @@
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="4"/>
|
|
||||||
</function>
|
</function>
|
||||||
<!-- int mq_setattr(mqd_t, const struct mq_attr *restrict,
|
<!-- int mq_setattr(mqd_t, const struct mq_attr *restrict,
|
||||||
struct mq_attr *restrict); -->
|
struct mq_attr *restrict); -->
|
||||||
|
@ -1011,7 +1007,6 @@
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="3"/>
|
|
||||||
</function>
|
</function>
|
||||||
<!-- ssize_t mq_timedreceive(mqd_t, char *restrict, size_t,
|
<!-- ssize_t mq_timedreceive(mqd_t, char *restrict, size_t,
|
||||||
unsigned *restrict, const struct timespec *restrict); -->
|
unsigned *restrict, const struct timespec *restrict); -->
|
||||||
|
@ -1020,7 +1015,6 @@
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="5"/>
|
|
||||||
</function>
|
</function>
|
||||||
<!-- int mq_timedsend(mqd_t, const char *, size_t, unsigned,
|
<!-- int mq_timedsend(mqd_t, const char *, size_t, unsigned,
|
||||||
const struct timespec *); -->
|
const struct timespec *); -->
|
||||||
|
|
Loading…
Reference in New Issue