From: Martin Stromberg Message-Id: <200008170729.JAA09855@lws256.lu.erisoft.se> Subject: Re: open() patch (2nd try) To: djgpp-workers AT delorie DOT com Date: Thu, 17 Aug 2000 09:29:26 +0200 (MET DST) In-Reply-To: <399AED46.7E53A0BB@softhome.net> from "Laurynas Biveinis" at Aug 16, 2000 09:36:38 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 > Index: djgpp/src/docs/kb/wc204.txi > =================================================================== > RCS file: /cvs/djgpp/djgpp/src/docs/kb/wc204.txi,v > retrieving revision 1.19 > diff -u -r1.19 wc204.txi > --- wc204.txi 2000/08/15 17:38:40 1.19 > +++ wc204.txi 2000/08/16 19:37:57 > @@ -102,6 +102,12 @@ ... > +@code{open} now follows symlinks when opening file. Also, it honors two new ^^^ Two spaces? > +mode flags: @code{O_NOLINK} and @code{O_NOFOLLOW}. > + > +@findex symlink AT r{, supports symlinks} > As a part of symlink emulation, @code{symlink} no longer emulates symlinks > to executables by creating stubs. It creates symlinks to all files instead. ^^^ Same. Right, MartinS