Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2003 07:40:37 -0700 (PDT)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_private.h thr_sig.c
Message-ID:  <200309221440.h8MEebpm097089@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309221440.h8MEebpm097089>