cvs commit: src/lib/libthr/thread thr_init.c thr_private.h

David Xu davidxu at FreeBSD.org
Tue Dec 20 19:14:09 PST 2005


davidxu     2005-12-21 03:14:06 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_init.c thr_private.h 
  Log:
  1. Retire macro SCLASS, instead simply use language keyword and
     put variables in thr_init.c.
  2. Hide all global symbols which won't be exported.
  
  Revision  Changes    Path
  1.25      +52 -0     src/lib/libthr/thread/thr_init.c
  1.50      +72 -109   src/lib/libthr/thread/thr_private.h


More information about the cvs-src mailing list