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>
This commit is contained in:
Michele Caini 2016-07-26 14:24:20 +02:00 committed by Saúl Ibarra Corretgé
parent 3a4f2d3155
commit f001a67e1d

View File

@ -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