diff options
author | Michele Caini <michele.caini@gmail.com> | 2016-07-26 14:24:20 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2016-07-28 12:47:56 +0100 |
commit | f001a67e1d68e89a0b59dd7bc63587fba7ed914f (patch) | |
tree | 5e5af98172db341f6a1148a07d520b55aa81f112 /docs/src | |
parent | 3a4f2d31550037c96ea0113fe294e4fdc69a1f99 (diff) | |
download | libuv-f001a67e1d68e89a0b59dd7bc63587fba7ed914f.tar.gz libuv-f001a67e1d68e89a0b59dd7bc63587fba7ed914f.zip |
doc: add missing entry in uv_fs_type enum
PR-URL: https://github.com/libuv/libuv/pull/958
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/fs.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/fs.rst b/docs/src/fs.rst index f810319c..50c0de46 100644 --- a/docs/src/fs.rst +++ b/docs/src/fs.rst @@ -91,7 +91,8 @@ Data types UV_FS_SYMLINK, UV_FS_READLINK, UV_FS_CHOWN, - UV_FS_FCHOWN + UV_FS_FCHOWN, + UV_FS_REALPATH } uv_fs_type; .. c:type:: uv_dirent_t |