Fixed bugs in std.cfg
This commit is contained in:
parent
c0998cbc11
commit
4180ad38d4
|
@ -150,7 +150,6 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<valid>1</valid>
|
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- double sqrt(double x); -->
|
<!-- double sqrt(double x); -->
|
||||||
|
@ -4702,7 +4701,7 @@
|
||||||
<valid>0:</valid>
|
<valid>0:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- size_t strstr(const char *s1, const char *s2); -->
|
<!-- char* strstr(const char *s1, const char *s2); -->
|
||||||
<function name="strstr,std::strstr">
|
<function name="strstr,std::strstr">
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue