From owner-cvs-lib Sun May 31 16:47:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15839 for cvs-lib-outgoing; Sun, 31 May 1998 16:47:10 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15665; Sun, 31 May 1998 16:46:24 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA10043; Sun, 31 May 1998 16:46:03 -0700 (PDT) Date: Sun, 31 May 1998 16:46:03 -0700 (PDT) Message-Id: <199805312346.QAA10043@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_sig.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/31 16:46:03 PDT Modified files: lib/libc_r/uthread uthread_sig.c Log: Don't restart a syscall when a SIGCHLD is received by a thread waiting on a child process. Revision Changes Path 1.5 +6 -1 src/lib/libc_r/uthread/uthread_sig.c