std.cfg: Updated commit f396571b6c
and moved 'memcpy' to the right place
This commit is contained in:
parent
f396571b6c
commit
c726c34fdf
|
@ -3859,7 +3859,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- void * memcpy(void *ct, const void *cs, size_t n);-->
|
<!-- void * memcpy(void *ct, const void *cs, size_t n);-->
|
||||||
<function name="memcpy">
|
<function name="memcpy,std::memcpy">
|
||||||
<returnValue type="void *"/>
|
<returnValue type="void *"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -3879,7 +3879,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- wchar_t * wmemcpy(wchar_t *ct, const wchar_t *cs, size_t n);-->
|
<!-- 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 *"/>
|
<returnValue type="wchar_t *"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue