remove unused (and invalid) C version of sigsetjmp
originally, the comment in this code was correct and it would likely work if the compiler generated a tail call to setjmp. however, commit 583e5512 redesigned sigsetjmp and siglongjmp such that the old C implementation (which was not intended to be used) is not even conceptually correct. remove it in the interest of avoiding confusion when porting to new archs.
Showing
想要评论请 注册 或 登录