bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: making fts thread-safe (no more fchdir)


From: Eric Blake
Subject: Re: making fts thread-safe (no more fchdir)
Date: Wed, 18 Jan 2006 01:09:55 +0000

> 
> Is there a way for autoconf-using gnulib client s to select only the
> gnulib version?  I'm happy to adopt the change, as long as I don;t run
> the risk of having 'configure' wrongly select the wrong fts()
> implementation.

Gnulib fts will not select any other fts implementation.  Look at m4/fts.m4,
which admits that even glibc's version is too feature-poor to use, so
the gnulib fts is always compiled in.  That may change someday in
the future, if glibc ever imports the gnulib improvements, but for now,
you are safe in using the API change of gnulib without any chance
of conflict with feature-poor native versions.

--
Eric Blake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]