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

Re: [PATCH] readdir_r() is deprecated, use readdir().



Hello

Mark Wielaard <mark@klomp.org> a écrit:

> Since glibc 2.24 readdir_r() is deprecated.
> Applications are recommended to use readdir which is thread-safe when
> using different directory streams (we explicitly create a new one here).
>
> 	* src/abg-tools-utils.cc (dir_is_empty): Use readdir() instead
> 	of readdir_r().

This has been pushed to the master branch.  Thanks!

Cheers,

-- 
		Dodji