add missing values to uv_fs_type
This commit is contained in:
parent
3ea037ccb0
commit
3a374ca7c9
@ -848,6 +848,8 @@ typedef enum {
|
||||
UV_FS_LINK,
|
||||
UV_FS_SYMLINK,
|
||||
UV_FS_READLINK,
|
||||
UV_FS_CHOWN,
|
||||
UV_FS_FCHOWN,
|
||||
} uv_fs_type;
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user