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

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

View File

@ -1239,6 +1239,7 @@
<!-- long int ftell(FILE *stream); --> <!-- long int ftell(FILE *stream); -->
<function name="ftell,std::ftell"> <function name="ftell,std::ftell">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<use-retval/>
<leak-ignore/> <leak-ignore/>
<arg nr="1"> <arg nr="1">
<not-null/> <not-null/>