cvs commit: projects/csup proto.c

Maxime Henrion mux at FreeBSD.org
Fri Mar 17 20:19:43 UTC 2006


mux         2006-03-17 20:19:43 UTC

  FreeBSD projects repository

  Modified files:
    csup                 proto.c 
  Log:
  Call pthread_sigmask() before creating any thread, otherwise the killer
  thread calling sigwait() won't get the signals under Linux and maybe
  other libpthread implementations.  With this change, it is now possible
  to ^C csup under Linux and have it behave as expected.
  
  Revision  Changes    Path
  1.91      +22 -13    projects/csup/proto.c


More information about the cvs-projects mailing list