gnu.cfg: Added <use-retval/> to xrealloc() configuration.
This commit is contained in:
parent
c0bec7ef69
commit
fa59cb91cb
|
@ -57,6 +57,7 @@
|
|||
</function>
|
||||
<!-- void * xrealloc(void *block, size_t newsize); -->
|
||||
<function name="xrealloc">
|
||||
<use-retval/>
|
||||
<returnValue type="void *"/>
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
|
|
Loading…
Reference in New Issue