cvs commit: projects/csup proto.c
Maxime Henrion <[email protected]> Fri, 17 Mar 2006 20:19:43 +0000 (UTC)
| Newsgroups | gmane.os.freebsd.devel.cvs.projects |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"