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

This commit is contained in:
orbitcowboy 2019-02-04 08:27:49 +01:00
parent b0454252b0
commit 6e72691986
1 changed files with 2 additions and 0 deletions

View File

@ -1231,6 +1231,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<!-- int strcasecmp(const char *s1, const char *s2); -->
<function name="strcasecmp">
<pure/>
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
@ -1247,6 +1248,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<!-- int strncasecmp(const char *s1, const char *s2, size_t n); -->
<function name="strncasecmp">
<pure/>
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>