cvs commit: src/lib/libpthread/arch/i386/include ksd.h src/lib/libpthread/thread thr_kern.c

Marcel Moolenaar marcel at FreeBSD.org
Mon Jun 23 02:49:17 PDT 2003


marcel      2003/06/23 02:49:16 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/arch/i386/include ksd.h 
    lib/libpthread/thread thr_kern.c 
  Log:
  Change the definition of _ksd_curkse, _ksd_curthread and
  _ksd_readandclear_tmbx to be function-like. That way we
  can define them as inline functions or create prototypes
  for them.
  
  This change allows the ksd interface on ia64 to be fully
  inlined.
  
  Revision  Changes    Path
  1.4       +4 -4      src/lib/libpthread/arch/i386/include/ksd.h
  1.70      +3 -3      src/lib/libpthread/thread/thr_kern.c


More information about the cvs-src mailing list