std.cfg: Updated commit f396571b6c and moved 'memcpy' to the right place

This commit is contained in:
orbitcowboy 2020-09-05 07:30:03 +02:00
parent f396571b6c
commit c726c34fdf
1 changed files with 2 additions and 2 deletions

View File

@ -3859,7 +3859,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</arg>
</function>
<!-- void * memcpy(void *ct, const void *cs, size_t n);-->
<function name="memcpy">
<function name="memcpy,std::memcpy">
<returnValue type="void *"/>
<noreturn>false</noreturn>
<leak-ignore/>
@ -3879,7 +3879,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</arg>
</function>
<!-- wchar_t * wmemcpy(wchar_t *ct, const wchar_t *cs, size_t n);-->
<function name="std::memcpy,wmemcpy,std::wmemcpy">
<function name="wmemcpy,std::wmemcpy">
<returnValue type="wchar_t *"/>
<noreturn>false</noreturn>
<leak-ignore/>