Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
add missing values to uv_fs_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zinkovsky committed Aug 27, 2011
1 parent 3ea037c commit 3a374ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/uv.h
Expand Up @@ -848,6 +848,8 @@ typedef enum {
UV_FS_LINK,
UV_FS_SYMLINK,
UV_FS_READLINK,
UV_FS_CHOWN,
UV_FS_FCHOWN,
} uv_fs_type;

/*
Expand Down

0 comments on commit 3a374ca

Please sign in to comment.