std.cfg: Take return value into accoutn for freopen().
This commit is contained in:
parent
b3ace258ab
commit
97b8b1ffc2
|
@ -1091,6 +1091,7 @@
|
||||||
<!-- FILE *freopen(const char *filename, const char *mode, FILE *stream); -->
|
<!-- FILE *freopen(const char *filename, const char *mode, FILE *stream); -->
|
||||||
<function name="freopen,std::freopen">
|
<function name="freopen,std::freopen">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<use-retval/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<strz/>
|
<strz/>
|
||||||
|
|
Loading…
Reference in New Issue