windows.cfg: Added missing <use-retval/>-tags for strcmp-functions.

This commit is contained in:
orbitcowboy 2019-02-04 11:54:24 +01:00
parent dcff026da0
commit 2727a959b2
2 changed files with 3 additions and 1 deletions

View File

@ -2271,7 +2271,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<not-bool/>
</arg>
</function>
<!-- int regcomp(regex_t *, const char *, int); -->
<!-- int regcomp(regex_t *, const char *, int); -->
<function name="regcomp">
<returnValue type="int"/>
<noreturn>false</noreturn>

View File

@ -1862,6 +1862,7 @@
<noreturn>false</noreturn>
<returnValue type="int"/>
<leak-ignore/>
<use-retval/>
<arg nr="1">
<not-uninit/>
<not-null/>
@ -1883,6 +1884,7 @@
<noreturn>false</noreturn>
<returnValue type="int"/>
<leak-ignore/>
<use-retval/>
<arg nr="1">
<not-uninit/>
<not-null/>