std.cfg: Added support for <clocale> (locale.h) functions.

This commit is contained in:
orbitcowboy 2015-01-13 21:49:08 +01:00
parent c8678c90f4
commit b10a082ba5
1 changed files with 17 additions and 0 deletions

View File

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