add missing values to uv_fs_type

This commit is contained in:
Igor Zinkovsky 2011-08-26 21:51:39 -07:00
parent 3ea037ccb0
commit 3a374ca7c9

View File

@ -848,6 +848,8 @@ typedef enum {
UV_FS_LINK,
UV_FS_SYMLINK,
UV_FS_READLINK,
UV_FS_CHOWN,
UV_FS_FCHOWN,
} uv_fs_type;
/*