doc: add missing uv_fs_type entries

PR-URL: https://github.com/libuv/libuv/pull/2280
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Michele Caini 2019-04-24 13:23:19 +02:00 committed by cjihrig
parent 6c760b6207
commit 557b04cdce
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -96,7 +96,10 @@ Data types
UV_FS_FCHOWN,
UV_FS_REALPATH,
UV_FS_COPYFILE,
UV_FS_LCHOWN
UV_FS_LCHOWN,
UV_FS_OPENDIR,
UV_FS_READDIR,
UV_FS_CLOSEDIR
} uv_fs_type;
.. c:type:: uv_dirent_t