mirror of
https://review.haiku-os.org/haiku
synced 2025-01-24 15:24:50 +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.