On Thu, Dec 19, 2013 at 02:20:10PM +0100, Florian Weimer wrote:
> This patch series removes all uses of readdir_r.  The changes are not
> entirely mechanical, some of the patches fix bugs in error handling.
> 
> readdir_r is rather broken on Linux because there are some directories
> it cannot read.
I don't think our usage was incorrect, but we never access the
same DIR* from two threads, so we don't really need readdir_r anyway.

Applied.

Zbyszek
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to