posix.cfg: Added minsize attribute to pipe().
This commit is contained in:
parent
4107671549
commit
a3b7524c84
|
@ -1685,7 +1685,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<arg nr="1" direction="out">
|
<arg nr="1" direction="out">
|
||||||
|
<not-null/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
|
<minsize type="value" value="2"/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- int pselect(int nfds, fd_set *restrict readfds,
|
<!-- int pselect(int nfds, fd_set *restrict readfds,
|
||||||
|
|
Loading…
Reference in New Issue