gnu.cfg: Ensure the return value of pipe2() is taken into account.
This commit is contained in:
parent
cda25d7205
commit
92be62a6eb
|
@ -120,6 +120,7 @@
|
||||||
<function name="pipe2">
|
<function name="pipe2">
|
||||||
<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