From 557b04cdcea7143e3d921a126da2b9504c40e56a Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 24 Apr 2019 13:23:19 +0200 Subject: [PATCH] doc: add missing uv_fs_type entries PR-URL: https://github.com/libuv/libuv/pull/2280 Reviewed-By: Colin Ihrig --- docs/src/fs.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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