cvs commit: src/lib/libpthread/thread thr_private.h thr_sig.c
    David Xu 
    davidxu at FreeBSD.org
       
    Mon Sep 22 07:40:40 PDT 2003
    
    
  
davidxu     2003/09/22 07:40:37 PDT
  FreeBSD src repository
  Modified files:
    lib/libpthread/thread thr_private.h thr_sig.c 
  Log:
  Save and restore timeout field for signal frame just like what we did
  for interrupted field.
  Also in _thr_sig_handler, retrieve current signal mask from kernel not
  from ucp, the later is pre-unioned mask, not current signal mask.
  
  Revision  Changes    Path
  1.103     +1 -0      src/lib/libpthread/thread/thr_private.h
  1.73      +3 -1      src/lib/libpthread/thread/thr_sig.c
    
    
More information about the cvs-src
mailing list