cvs commit: src/lib/libthr/thread thr_sig.c

Mike Makonnen mtm at FreeBSD.org
Mon Mar 29 05:56:05 PST 2004


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


More information about the cvs-src mailing list