cvs commit: src/lib/libpthread/arch/powerpc/include pthread_md.h

Marcel Moolenaar marcel at FreeBSD.org
Fri Sep 1 19:13:37 UTC 2006


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


More information about the cvs-src mailing list