Skip to content

Commit 220f750

Browse files
committed
Fixed wrong configuration of itoa in std.cfg
1 parent 5e9e90b commit 220f750

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cfg/std.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@
741741
<function name="wprintf">
742742
<noreturn>false</noreturn>
743743
<leak-ignore/><formatstr/><arg nr="1"><formatstr/></arg>
744-
<arg nr="any"><not-uninit/></arg>
744+
<arg nr="any"><not-uninit/></arg>
745745
</function>
746746
<function name="sprintf">
747747
<noreturn>false</noreturn>
@@ -808,6 +808,6 @@
808808
<podtype name="uintptr_t" sign="u"/>
809809

810810
<!--Not part of standard, but widely supported by runtime libraries-->
811-
<function name="itoa"><noreturn>false</noreturn><leak-ignore/><arg nr="1"><not-uninit/></arg><arg nr="2"><not-null/><not-uninit/></arg></function>
811+
<function name="itoa"><noreturn>false</noreturn><leak-ignore/><arg nr="1"><not-uninit/></arg><arg nr="2"><not-null/></arg></function>
812812
</def>
813813

0 commit comments

Comments
 (0)