Date: Wed, 12 May 1999 19:23:46 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Alain Magloire cc: djgpp-workers AT delorie DOT com Subject: Re: realpath() In-Reply-To: <199905121431.KAA24819@mccoy2.ECE.McGill.CA> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 12 May 1999, Alain Magloire wrote: > I'm not sure about __file_exist, since, according to reference > on www.delorie.com/djgpp/doc/libc it does not seem to set the errno > appropriately. It does. Every library function in DJGPP that calls the OS sets errno as an integral part of the OS call.