cvs commit: src/lib/libpthread/thread thr_private.h thr_sig.c thr_sigwait.c

David Xu davidxu at FreeBSD.org
Sat Jul 26 23:46:36 PDT 2003


davidxu     2003/07/26 23:46:34 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_private.h thr_sig.c thr_sigwait.c 
  Log:
  Simplify sigwait code a bit by using a waitset and removing oldsigmask.
  
  Reviewed by: deischen
  
  Revision  Changes    Path
  1.95      +5 -2      src/lib/libpthread/thread/thr_private.h
  1.64      +7 -15     src/lib/libpthread/thread/thr_sig.c
  1.32      +5 -5      src/lib/libpthread/thread/thr_sigwait.c


More information about the cvs-all mailing list