Message-ID: <39981C87.2C4CDB0D@softhome.net> Date: Mon, 14 Aug 2000 18:21:27 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com Subject: Re: New stubs for symlinks References: <3997BC78 DOT 1B510477 AT softhome DOT net> <7263-Mon14Aug2000192034+0300-eliz AT is DOT elta DOT co DOT il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > > > 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. OK, I fix that. (#define solve_symlinks __solve_symlinks looks strange anyway) Laurynas