mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 12:16:35 +01:00
2f36ef5afe
* typedef for jmp_buf was using int where it should be long. * setjmp was clearing the buffer pointer rather than the signal mask before calling sigsetjmp. * KDL now works without crashing on x86_64.