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

Mike Makonnen mtm at FreeBSD.org
Fri May 23 03:28:14 PDT 2003


mtm         2003/05/23 03:28:13 PDT

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_kern.c thr_private.h 
  Log:
  EDOOFUS
  Prevent one thread from messing up another thread's saved signal
  mask by saving it in struct pthread instead of leaving it as a
  global variable. D'oh!
  
  Approved by:    re/blanket libthr
  
  Revision  Changes    Path
  1.7       +2 -10     src/lib/libthr/thread/thr_kern.c
  1.8       +1 -0      src/lib/libthr/thread/thr_private.h


More information about the cvs-src mailing list