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>
|
||||
<!-- void assert(int expression) -->
|
||||
<function name="assert">
|
||||
<noreturn>true</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
|
@ -2727,14 +2726,12 @@
|
|||
</function>
|
||||
<!-- void (*signal(int sig, void (*func)(int)))(int); -->
|
||||
<function name="signal">
|
||||
<noreturn>true</noreturn>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- int raise(int sig); -->
|
||||
<function name="raise">
|
||||
<noreturn>true</noreturn>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue