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">
|
<function name="pipe">
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<use-retval/>
|
||||||
<arg nr="1" direction="out">
|
<arg nr="1" direction="out">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
|
|
Loading…
Reference in New Issue