X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: HARY Newsgroups: comp.os.msdos.djgpp Subject: Re: SIGWINCH and SIGPIPE Date: Mon, 31 Dec 2001 22:22:20 +0000 (UTC) Organization: Wielki samotnik w swoim zamku. Lines: 10 Message-ID: References: NNTP-Posting-Host: pf114.wroclaw.cvx.ppp.tpnet.pl X-Trace: news.tpi.pl 1009837340 12553 217.99.224.114 (31 Dec 2001 22:22:20 GMT) X-Complaints-To: usenet AT tpi DOT pl NNTP-Posting-Date: Mon, 31 Dec 2001 22:22:20 +0000 (UTC) User-Agent: slrn/0.9.7.0 (pl-1.1.1) (Linux) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > On Sun, 30 Dec 2001, HARY wrote: > > 2. How should I modify code to compile it? Is SIGPIPE handling needed > > under DOS/Win or can I simply remove it? > You will never get a SIGPIPE in DJGPP, unless you raise() it manually. Thank you. When is SIGHUP possible? Can it ever happen in non-networking environment? HARY