std.cfg: Documented <csetjmp> (setjmp.h) functions. No functional changes.
This commit is contained in:
parent
b10a082ba5
commit
da1389880a
|
@ -2405,6 +2405,7 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void longjmp (jmp_buf env, int val); -->
|
||||||
<function name="longjmp">
|
<function name="longjmp">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -3002,6 +3003,7 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- int setjmp (jmp_buf env); -->
|
||||||
<function name="setjmp">
|
<function name="setjmp">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue