freebsd-dev/lib/libkse/arch/powerpc/include
Marcel Moolenaar 4c91d168a7 The ucontext is 16-byte aligned, which means that struct tcb is
16-byte aligned. Consequently, struct tcb is a multiple of 16
bytes in size. We need to make sure there's no padding after
struct ppc32_tp. We do this by explicitly adding the necessary
padding in front of it.
2006-09-01 19:13:36 +00:00
..
atomic_ops.h
pthread_md.h The ucontext is 16-byte aligned, which means that struct tcb is 2006-09-01 19:13:36 +00:00