std.cfg: Added support for <clocale> (locale.h) functions.
This commit is contained in:
parent
c8678c90f4
commit
b10a082ba5
17
cfg/std.cfg
17
cfg/std.cfg
|
@ -3331,6 +3331,23 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- struct lconv* localeconv (void); -->
|
||||
<function name="localeconv">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
</function>
|
||||
<!-- char* setlocale (int category, const char* locale); -->
|
||||
<function name="setlocale">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="strerror">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue