marcel 2006-09-01 19:13:36 UTC
FreeBSD src repository
Modified files:
lib/libpthread/arch/powerpc/include pthread_md.h
Log:
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.
Revision Changes Path
1.6 +1 -0 src/lib/libpthread/arch/powerpc/include/pthread_md.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"