X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 1 Jan 2002 08:13:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: HARY cc: djgpp AT delorie DOT com Subject: Re: SIGWINCH and SIGPIPE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 31 Dec 2001, HARY wrote: > Thank you. When is SIGHUP possible? DJ already answered this: you won't get this in DJGPP. We only have SIGPIPE and SIGHUP in our signal.h because AFAIK Posix requires them, and DJGPP is Posix-compliant. > Can it ever happen in non-networking environment? AFAIK, SIGHUP is not about networks, it's about async communication lines (terminals and dial-up lines).