posix.cfg: Added minsize attribute to pipe().

This commit is contained in:
orbitcowboy 2019-03-30 15:49:52 +01:00
parent 4107671549
commit a3b7524c84
1 changed files with 2 additions and 0 deletions

View File

@ -1685,7 +1685,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<returnValue type="int"/>
<noreturn>false</noreturn>
<arg nr="1" direction="out">
<not-null/>
<not-bool/>
<minsize type="value" value="2"/>
</arg>
</function>
<!-- int pselect(int nfds, fd_set *restrict readfds,