freebsd-dev/lib/libc_r/arch
Peter Wemm 7657553c76 Add an ia64 atomic lock primitive for libc_r. This is mostly for
completeness and doesn't get us a working libc_r there because libc_r
uses setjmp() and setjmp() cannot be used for context switches on ia64
as-is (or sparc64).  Rather than making setjmp/longjmp behave like
the *context() calls, it would be far better to make libc_r use *context()
directly which is what they are for.

Obtained from:  marcel
2002-07-20 19:22:10 +00:00
..
alpha
amd64 Change #include "DEFS.h" to <machine/asm.h>. 2001-10-25 01:30:54 +00:00
i386 Change #include "DEFS.h" to <machine/asm.h>. 2001-10-25 01:30:54 +00:00
ia64 Add an ia64 atomic lock primitive for libc_r. This is mostly for 2002-07-20 19:22:10 +00:00