Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2004 05:56:04 -0800 (PST)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr/thread thr_sig.c
Message-ID:  <200403291356.i2TDu4Fw058002@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2004/03/29 05:56:04 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_sig.c 
  Log:
  Make the minimum implementation of pthread_kill conform to the
  functionality spelled out in SUSv3.
          o Signal of 0 means do everything except send the signal
          o Check that the signal is not invalid
          o Check that the target thread is not dead/invalid
  
  Revision  Changes    Path
  1.11      +13 -0     src/lib/libthr/thread/thr_sig.c



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