From owner-freebsd-current Tue Aug 12 09:39:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA02998 for current-outgoing; Tue, 12 Aug 1997 09:39:22 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA02993 for ; Tue, 12 Aug 1997 09:39:20 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA25574; Tue, 12 Aug 1997 09:33:36 -0700 From: Terry Lambert Message-Id: <199708121633.JAA25574@phaeton.artisoft.com> Subject: Re: Error in sleep ! To: sos@sos.freebsd.dk (Søren Schmidt) Date: Tue, 12 Aug 1997 09:33:36 -0700 (MST) Cc: current@FreeBSD.ORG In-Reply-To: <199708121156.NAA02332@sos.freebsd.dk> from "Søren Schmidt" at Aug 12, 97 01:56:17 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I've noticed sleep is"broken in current.. > Run the little program at the end, and notice that the program exits=20 > the sleep call prematurely if a signal is catched. The remaining > sleep period is not resumed after the signal.. > This works as expected on 2.2.1 and the 10 or so other platforms > I've tested sofar... Type "man siginterrupt". Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.