From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: busyloop in sigchld_handler Date: Wed, 28 Mar 2007 17:30:47 +0200 (CEST) Message-ID: <20070328153047.D81EB30151@Psilocybe.Update.UU.SE> References: <87slbpo0pk.fsf@stupidchicken.com> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175095877 15256 80.91.229.12 (28 Mar 2007 15:31:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2007 15:31:17 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 28 17:31:06 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HWa6z-0008RD-Gc for ged-emacs-devel@m.gmane.org; Wed, 28 Mar 2007 17:30:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWa9T-00062J-1H for ged-emacs-devel@m.gmane.org; Wed, 28 Mar 2007 10:33:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HWa9P-0005zr-43 for emacs-devel@gnu.org; Wed, 28 Mar 2007 11:33:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HWa9L-0005on-8o for emacs-devel@gnu.org; Wed, 28 Mar 2007 11:33:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWa9K-0005oM-VW for emacs-devel@gnu.org; Wed, 28 Mar 2007 10:33:22 -0500 Original-Received: from psilocybe.update.uu.se ([130.238.19.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HWa6q-0000pK-KA for emacs-devel@gnu.org; Wed, 28 Mar 2007 11:30:48 -0400 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id D81EB30151; Wed, 28 Mar 2007 17:30:47 +0200 (CEST) In-reply-to: <87slbpo0pk.fsf@stupidchicken.com> (message from Chong Yidong on Wed, 28 Mar 2007 11:19:03 -0400) X-detected-kernel: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68715 Archived-At: > Do all platforms have usleep ? usleep is not in POSIX, so we can't assume it exists. Actually, usleep is in POSIX, but it is a extention (which just means that one can use it satfley on any system supporting the X/Open System Interfaces Extention), and marked as obsolete.