std.cfg: Added functions from <cfenv>.
This commit is contained in:
parent
85bca7e22f
commit
a5e3f2889c
18
cfg/std.cfg
18
cfg/std.cfg
|
@ -250,6 +250,24 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- int feclearexcept (int excepts); -->
|
||||||
|
<function name="feclearexcept">
|
||||||
|
<use-retval/>
|
||||||
|
<pure/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- int fegetenv (fenv_t* envp); -->
|
||||||
|
<function name="fegetenv">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<function name="tanhf">
|
<function name="tanhf">
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<pure/>
|
<pure/>
|
||||||
|
|
Loading…
Reference in New Issue