Date: Fri, 01 Sep 2000 09:10:25 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: lauras AT softhome DOT net Message-Id: <1659-Fri01Sep2000091025+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: mail AT jgreen4 DOT fsnet DOT co DOT uk, djgpp-workers AT delorie DOT com In-reply-to: <39AEBA9E.A3E011AF@softhome.net> (message from Laurynas Biveinis on Thu, 31 Aug 2000 22:05:50 +0200) Subject: Re: Symify fixes References: <226lqssqgqp6i9nk82rvrqhl9aaia029e9 AT 4ax DOT com> <7458-Mon28Aug2000203504+0300-eliz AT is DOT elta DOT co DOT il> <8011-Mon28Aug2000234727+0300-eliz AT is DOT elta DOT co DOT il> <39AD1BF3 DOT 139CB5DB AT softhome DOT net> <9003-Wed30Aug2000195653+0300-eliz AT is DOT elta DOT co DOT il> <3b5rqskv9adg5lcc3p4nhg2doib859r3n8 AT 4ax DOT com> <39AE0E92 DOT C8E0A73B AT softhome DOT net> <4k7tqskuugpt8r78ls4hnt2cfhuggjdtu3 AT 4ax DOT com> <39AEBA9E DOT A3E011AF AT softhome DOT net> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 31 Aug 2000 22:05:50 +0200 > From: Laurynas Biveinis > > > If you know these > > functions will always set errno=0 (no POSIX function is required to do > > that) then your code would be safe. > > To be more exact, these functions do not alter errno at all, if they succeed. > But this is OK too, unless some previous system function has failed, and this > failure wasn't handled properly. The fact that successful operations don't alter errno is the required behavior.