std.cfg: Fixed FP for wcsxfrm(), mentioned in #6306.

This commit is contained in:
orbitcowboy 2018-02-05 22:13:08 +01:00
parent 68eb6c4e6f
commit ff3c0993ac
1 changed files with 2 additions and 3 deletions

View File

@ -4724,6 +4724,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<returnValue type="size_t"/>
<noreturn>false</noreturn>
<leak-ignore/>
<!-- In case the 3rd argument is 0, the 1st argument is permitted to be a null pointer. (#6306) -->
<arg nr="2">
<not-null/>
<not-uninit/>
@ -4738,9 +4739,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<returnValue type="size_t"/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
</arg>
<!-- In case the 3rd argument is 0, the 1st argument is permitted to be a null pointer. (#6306) -->
<arg nr="2">
<not-null/>
<not-uninit/>