Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/lib/libc_r/uthread uthread_sig.c



jb          1998/06/17 15:29:14 PDT

  Modified files:
    lib/libc_r/uthread   uthread_sig.c 
  Log:
  Don't allow a SIGCHLD to wake up a thread if the process has the default
  signal handler installed for SIGCHLD. The ACE MT_SOCK_Test was hanging
  as the result of being interrupted when it didn't expect to be.
  
  Revision  Changes    Path
  1.11      +9 -6      src/lib/libc_r/uthread/uthread_sig.c