From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: delete-process bug Date: Mon, 29 May 2006 22:04:33 +0300 Message-ID: References: <87k69eyddj.fsf@lrde.org> <87fyj0r41g.fsf@lrde.org> <20060524112846.GA12046@agmartin.aq.upm.es> <87bqtmjrsh.fsf_-_@lrde.org> <87odxjakox.fsf@lrde.org> <8764jrlewm.fsf@lrde.org> <87pshyqgtd.fsf@lrde.org> <87fyiuq9t5.fsf@lrde.org> <877j45rj3w.fsf@lrde.org> <87odxhq1ah.fsf@lrde.org> <85d5dxfc4d.fsf@lola.goethe.zz> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1148929667 4585 80.91.229.2 (29 May 2006 19:07:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 19:07:47 +0000 (UTC) Cc: agustin.martin@hispalinux.es, michael.cadilhac@lrde.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 29 21:07:45 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fkn5Z-0006tv-3Z for ged-emacs-devel@m.gmane.org; Mon, 29 May 2006 21:07:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fkn5Y-00055W-Gj for ged-emacs-devel@m.gmane.org; Mon, 29 May 2006 15:07:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fkn5E-00054p-AO for emacs-devel@gnu.org; Mon, 29 May 2006 15:07:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fkn5B-00053w-Kp for emacs-devel@gnu.org; Mon, 29 May 2006 15:07:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fkn5B-00053g-CK for emacs-devel@gnu.org; Mon, 29 May 2006 15:07:17 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FknAn-0004bc-A8; Mon, 29 May 2006 15:13:05 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-247-248.inter.net.il [80.230.247.248]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DMN34729 (AUTH halo1); Mon, 29 May 2006 22:04:33 +0300 (IDT) Original-To: David Kastrup In-reply-to: <85d5dxfc4d.fsf@lola.goethe.zz> (message from David Kastrup on Mon, 29 May 2006 10:50:42 +0200) 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:55442 Archived-At: > From: David Kastrup > Date: Mon, 29 May 2006 10:50:42 +0200 > Cc: Agustin Martin , > =?iso-8859-1?Q?Micha=EBl?= Cadilhac , > Stefan Monnier , emacs-devel@gnu.org > > > /* MS-Windows has its own way of detecting process termination. > > It does not normally define SIGCHLD, but just in case... */ > > #ifdef WINDOWSNT > > #undef SIGCHLD > > #endif > > I seem to remember that Cygwin emulates an awful lot of Unix/Posix > functionality in its DLL. Others will be more qualified to comment on > this, but the mere use of WINDOWSNT might not necessarily mean that > SIGCHLD can't work: it might be provided by the emulation layer. Cygwin doesn't define WINDOWSNT when it compiles Emacs. It mostly compiles the Unix code, except where you see __CYGWIN__ or CYGWIN in the sources.