gnu.cfg: Added <use-retval/> to xrealloc() configuration.

This commit is contained in:
orbitcowboy 2019-02-28 23:45:51 +01:00
parent c0bec7ef69
commit fa59cb91cb
1 changed files with 1 additions and 0 deletions

View File

@ -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">