diff options
author | Michele Caini <michele.caini@gmail.com> | 2019-04-24 13:23:19 +0200 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2019-05-13 16:00:58 -0400 |
commit | 557b04cdcea7143e3d921a126da2b9504c40e56a (patch) | |
tree | abb491d7e33fc47de3c1483f4dcc006135ac1ee2 /docs/src | |
parent | 6c760b62073b50a7de284111c6b1c57f73e6d370 (diff) | |
download | libuv-557b04cdcea7143e3d921a126da2b9504c40e56a.tar.gz libuv-557b04cdcea7143e3d921a126da2b9504c40e56a.zip |
doc: add missing uv_fs_type entries
PR-URL: https://github.com/libuv/libuv/pull/2280
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/fs.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/src/fs.rst b/docs/src/fs.rst index 177db570..996624b6 100644 --- a/docs/src/fs.rst +++ b/docs/src/fs.rst @@ -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 |