gnu.cfg: Added support fo xexit().
This commit is contained in:
parent
80e31755da
commit
b222ff14be
|
@ -13,6 +13,13 @@
|
|||
<alloc init="true">xcalloc</alloc>
|
||||
<dealloc>free</dealloc>
|
||||
</memory>
|
||||
<!-- void xexit(int status); -->
|
||||
<function name="xexit">
|
||||
<noreturn>true</noreturn>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void * xmalloc(size_t size); -->
|
||||
<function name="xmalloc">
|
||||
<use-retval/>
|
||||
|
|
Loading…
Reference in New Issue