Re: [PATCH] readdir_r: now obsolescent

2016-02-10 Thread Paul Eggert
On 02/10/2016 05:31 PM, Bruno Haible wrote: Can we assume that all readdir() implementations supported by gnulib are actually multithread-safe because the pointer they return is in the area allocated by opendir() [as opposed to a static location]? That was my assumption, yes. It wouldn't hurt t

Re: [PATCH] readdir_r: now obsolescent

2016-02-10 Thread Bruno Haible
Hi Paul, > + readdir_r: now obsolescent > + * doc/posix-functions/readdir_r.texi (readdir_r): Now obsolescent. > --- a/doc/posix-functions/readdir_r.texi > +++ b/doc/posix-functions/readdir_r.texi > @@ -9,6 +9,9 @@ Gnulib module: extensions > Portability problems fixed by Gnulib: > @ite

[PATCH] readdir_r: now obsolescent

2016-02-08 Thread Paul Eggert
* doc/posix-functions/readdir_r.texi (readdir_r): Now obsolescent. * lib/mountlist.c (read_file_system_list): Add a FIXME. --- ChangeLog | 6 ++ doc/posix-functions/readdir_r.texi | 3 +++ lib/mountlist.c| 2 ++ 3 files changed, 11 insertions(+) di