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); -->
|
||||
<function name="freopen,std::freopen">
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<strz/>
|
||||
|
|
Loading…
Reference in New Issue