std.cfg: Fixed typo in previous commit, where support for wcsftime() from <cwchar> (wchar.h) was added.
This commit is contained in:
parent
fb984ab5e9
commit
4e549d7d22
|
@ -229,7 +229,7 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- size_t wcsftime (wchar_t* ptr, size_t maxsize, const wchar_t* format, const struct tm* timeptr); -->
|
||||
<function name="asinhl">
|
||||
<function name="wcsftime">
|
||||
<pure/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue