X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: HARY <Hary AT address DOT is DOT invalid> 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: <slrn.pl.a31i40.i0.Hary@localhost.localdomain> References: <slrn DOT pl DOT a2u49o DOT di DOT Hary AT localhost DOT localdomain> <Pine DOT SUN DOT 3 DOT 91 DOT 1011230160410 DOT 11150B-100000 AT is> 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 <eliz AT is DOT elta DOT co DOT il> 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