Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2006 20:19:43 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: projects/csup proto.c
Message-ID:  <200603172019.k2HKJhph004384@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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