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

Peter Wemm peter at FreeBSD.org
Fri Nov 5 19:35:51 PST 2004


peter       2004-11-06 03:35:51 UTC

  FreeBSD src repository

  Modified files:
    lib/libpthread/arch/i386/i386 pthread_md.c 
    lib/libpthread/arch/i386/include pthread_md.h 
  Log:
  i386_set_ldt() is not available when running 32 bit binaries on amd64
  kernels.  Use the recently exposed direct-set routines instead.  This is
  only activated for when we compile i386 support libraries on amd64.
  
  Revision  Changes    Path
  1.4       +6 -0      src/lib/libpthread/arch/i386/i386/pthread_md.c
  1.13      +7 -0      src/lib/libpthread/arch/i386/include/pthread_md.h


More information about the cvs-all mailing list