haiku/headers/posix/arch
Alex Smith 2f36ef5afe Fixed the x86_64 setjmp implementation.
* 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.
2012-07-05 13:52:36 +01:00
..
arm Updated posix headers to remove commas from copyright line, to match the preferred coding guidelines. 2010-11-03 21:46:47 +00:00
m68k Updated posix headers to remove commas from copyright line, to match the preferred coding guidelines. 2010-11-03 21:46:47 +00:00
mipsel Updated posix headers to remove commas from copyright line, to match the preferred coding guidelines. 2010-11-03 21:46:47 +00:00
ppc Updated posix headers to remove commas from copyright line, to match the preferred coding guidelines. 2010-11-03 21:46:47 +00:00
x86 Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
x86_64 Fixed the x86_64 setjmp implementation. 2012-07-05 13:52:36 +01:00