Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <021801c0b8d8$67a70660$0200a8c0@lifelesswks> From: "Robert Collins" To: Subject: signals and fhandlers Date: Fri, 30 Mar 2001 15:15:14 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 30 Mar 2001 05:09:56.0764 (UTC) FILETIME=[A980BDC0:01C0B8D7] I've finished the fifo support logic and code. (based on test results from openBSD for the expected behaviour). I need to _guarantee_ that the close() routine for the fhandler will get called even if the process terminates due to a signal. Is that automatically taken care of once I put the code in cygwin1.dll rather than as an external test program? Rob