Date: Fri, 1 Sep 2006 19:13:36 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/powerpc/include pthread_md.h Message-ID: <200609011913.k81JDa7F092503@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609011913.k81JDa7F092503>