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:
parent
b964513611
commit
4a7b81218b
24
cfg/std.cfg
24
cfg/std.cfg
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue