Mail Archives: djgpp-workers/2000/08/14/13:04:38
Eli Zaretskii wrote:
>
> > Date: Mon, 14 Aug 2000 11:31:36 +0200
> > From: Laurynas Biveinis <lauras AT softhome DOT net>
> >
> > 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
- Raw text -