std.cfg: Combined definitions of fget(w)c and get(w)c, removing wrong <use-retval/> from get(w)c

This commit is contained in:
PKEuS 2016-11-29 09:36:45 +01:00
parent b964513611
commit 4a7b81218b
1 changed files with 3 additions and 21 deletions

View File

@ -830,7 +830,9 @@
</function>
<!-- int fgetc(FILE *stream); -->
<!-- wint_t fgetwc(FILE * stream); -->
<function name="fgetc,std::fgetc,fgetwc,std::fgetwc">
<!-- int getc(FILE *stream); -->
<!-- wint_t getwc(FILE* stream); -->
<function name="fgetc,std::fgetc,fgetwc,std::fgetwc,getc,std::getc,getwc,std::getwc">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
@ -1396,26 +1398,6 @@
<not-uninit/>
</arg>
</function>
<!-- int getc(FILE *stream); -->
<function name="getc,std::getc">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
</function>
<!-- wint_t getwc(FILE* stream); -->
<function name="getwc,std::getwc">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
</function>
<!-- int getchar(void); -->
<function name="getchar">
<noreturn>false</noreturn>