]> git.sesse.net Git - vlc/commit
vlc_readdir: drop support for threaded access to a single DIR
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 27 Jan 2014 16:25:47 +0000 (18:25 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 27 Jan 2014 16:28:23 +0000 (18:28 +0200)
commit7625fc4bd47f1e1220d31a4ff964003e6924c85a
tree14a7b7f8e0d0ad61811c4898049be1a1998b4096
parented9993ea0f46b778daf24c89cbb6607197c15ebe
vlc_readdir: drop support for threaded access to a single DIR

This simplifies the code and avoids the controversial readdir_r()
function. None of the vlc_readdir() or vlc_loaddir() code paths shared
the directory handle with another thread anyway.
src/posix/filesystem.c