gnu.cfg: Added more returnValue-types.

This commit is contained in:
orbitcowboy 2017-10-05 11:45:46 +02:00
parent 1a4c25243c
commit cbc95c5662
1 changed files with 3 additions and 0 deletions

View File

@ -519,6 +519,7 @@
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="void *"/>
<arg nr="1">
<not-null/>
<not-uninit/>
@ -541,6 +542,7 @@
<function name="memrchr">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void *"/>
<arg nr="1">
<not-null/>
<not-uninit/>
@ -560,6 +562,7 @@
<function name="rawmemchr">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void *"/>
<arg nr="1">
<not-null/>
<not-uninit/>