std.cfg: Removed <noreturn>true</noreturn>
that was added in the previous commit by library editor
This commit is contained in:
parent
bfb70f3312
commit
92d3510de4
|
@ -85,7 +85,6 @@
|
||||||
</function>
|
</function>
|
||||||
<!-- void assert(int expression) -->
|
<!-- void assert(int expression) -->
|
||||||
<function name="assert">
|
<function name="assert">
|
||||||
<noreturn>true</noreturn>
|
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
@ -2727,14 +2726,12 @@
|
||||||
</function>
|
</function>
|
||||||
<!-- void (*signal(int sig, void (*func)(int)))(int); -->
|
<!-- void (*signal(int sig, void (*func)(int)))(int); -->
|
||||||
<function name="signal">
|
<function name="signal">
|
||||||
<noreturn>true</noreturn>
|
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- int raise(int sig); -->
|
<!-- int raise(int sig); -->
|
||||||
<function name="raise">
|
<function name="raise">
|
||||||
<noreturn>true</noreturn>
|
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
|
|
Loading…
Reference in New Issue