std.cfg: Take return value into accoutn for freopen().

This commit is contained in:
orbitcowboy 2016-11-26 18:33:42 +01:00
parent b3ace258ab
commit 97b8b1ffc2
1 changed files with 1 additions and 0 deletions

View File

@ -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/>