cvs commit: src/lib/libthr/thread thr_affinity.c thr_attr.c thr_create.c thr_spinlock.c

Xin LI delphij at FreeBSD.org
Wed Apr 23 21:06:52 UTC 2008


delphij     2008-04-23 21:06:51 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_affinity.c thr_attr.c thr_create.c 
                         thr_spinlock.c 
  Log:
  Avoid various shadowed variables.  libthr is now almost WARNS=4 clean except
  for some const dequalifiers that needs more careful investigation.
  
  Ok'ed by:       davidxu
  
  Revision  Changes    Path
  1.4       +5 -5      src/lib/libthr/thread/thr_affinity.c
  1.13      +9 -9      src/lib/libthr/thread/thr_attr.c
  1.45      +5 -5      src/lib/libthr/thread/thr_create.c
  1.16      +6 -6      src/lib/libthr/thread/thr_spinlock.c


More information about the cvs-src mailing list