mirror of
https://review.haiku-os.org/haiku
synced 2025-02-09 15:18:56 +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.