Date: Mon, 14 Aug 2000 19:20:35 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: lauras AT softhome DOT net Message-Id: <7263-Mon14Aug2000192034+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: djgpp-workers AT delorie DOT com In-reply-to: <3997BC78.1B510477@softhome.net> (message from Laurynas Biveinis on Mon, 14 Aug 2000 11:31:36 +0200) Subject: Re: New stubs for symlinks References: <3997BC78 DOT 1B510477 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: Mon, 14 Aug 2000 11:31:36 +0200 > From: Laurynas Biveinis > > Functions readlink() and __solve_symlinks() will > be used from ISO/POSIX functions, so they're required. You need a stub for readlink, but not for __solve_symlinks: the latter already begins with two underscores, which puts it into the implementation's namespace, that cannot clash with user's namespace. The stubs are only needed for functions whose name doesn't begin with an underscore.