K 10 svn:author V 6 marcel K 8 svn:date V 27 2006-09-01T19:13:36.000000Z K 7 svn:log V 274 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. END