std.cfg: Fixed missing attributes of <ctime> (time.h) functions.
This commit is contained in:
parent
3f6933c7e3
commit
c8678c90f4
|
@ -635,6 +635,7 @@
|
|||
</arg>
|
||||
</function>
|
||||
<function name="clock">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
</function>
|
||||
|
@ -725,6 +726,7 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="difftime">
|
||||
|
@ -2034,6 +2036,7 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="log">
|
||||
|
@ -3541,6 +3544,9 @@
|
|||
<function name="time">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="tmpnam">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue