From owner-cvs-all Tue Oct 29 23:14:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47FB037B401; Tue, 29 Oct 2002 23:14:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F09D843E4A; Tue, 29 Oct 2002 23:14:40 -0800 (PST) (envelope-from mini@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7DRmV008829; Tue, 29 Oct 2002 23:13:27 -0800 (PST) (envelope-from mini@repoman.freebsd.org) Received: (from mini@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9U7DRxn008828; Tue, 29 Oct 2002 23:13:27 -0800 (PST) Message-Id: <200210300713.g9U7DRxn008828@repoman.freebsd.org> From: Jonathan Mini Date: Tue, 29 Oct 2002 23:13:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_sigmask.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mini 2002/10/29 23:13:27 PST Modified files: lib/libpthread/thread thr_sigmask.c Log: Make pthread_sigmask(3) operate on the thread signal mask, not the process signal mask. Revision Changes Path 1.12 +27 -1 src/lib/libpthread/thread/thr_sigmask.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message