posix.cfg: Added missing <use-retval/>-tags for strcmp-functions.
This commit is contained in:
parent
b0454252b0
commit
6e72691986
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue