Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2000 04:46:13 -0700 (PDT)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_sig.c uthread_sigwait.c
Message-ID:  <200010251146.EAA36240@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2000/10/25 04:46:11 PDT

  Modified files:
    lib/libc_r/uthread   uthread_sig.c uthread_sigwait.c 
  Log:
  Make pthread_kill() know about temporary signal handlers installed
  by sigwait().  This prevents a signal from being sent to the process
  when there are no application installed signal handlers.
  
  Correct a typo in sigwait (foo -> foo[i]).
  
  Revision  Changes    Path
  1.29      +121 -31   src/lib/libc_r/uthread/uthread_sig.c
  1.16      +6 -4      src/lib/libc_r/uthread/uthread_sigwait.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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