mirror of
https://review.haiku-os.org/haiku
synced 2025-02-13 17:19:10 +01:00
* 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.