Introduce: int uv_fs_readdir_next(uv_fs_t* req, uv_dirent_t* ent); `uv_fs_readdir()` is not returning a file names list in `req->ptr` anymore, the proper way to gather them is to call `uv_fs_readdir_next()` in a callback.