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.
Showing
Please register or sign in to comment