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