posix.cfg: Ensure the return value of pipe() is taken into account.
This commit is contained in:
parent
90c6ea53ef
commit
cda25d7205
|
@ -1824,6 +1824,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<function name="pipe">
|
||||
<returnValue type="int"/>
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
<arg nr="1" direction="out">
|
||||
<not-null/>
|
||||
<not-bool/>
|
||||
|
|
Loading…
Reference in New Issue