1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

win32.c: fake lchown

* win32/win32.c (lchown, rb_w32_ulchown): fake lchown.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-08-26 05:21:41 +00:00
parent f4b66d24bb
commit 597da7b2d0
6 changed files with 22 additions and 0 deletions

View file

@ -37,4 +37,7 @@ typedef struct {
int rb_w32_read_reparse_point(const WCHAR *path, rb_w32_reparse_buffer_t *rp,
size_t bufsize, WCHAR **result, DWORD *len);
int lchown(const char *path, int owner, int group);
int rb_w32_ulchown(const char *path, int owner, int group);
#endif /* RUBY_WIN32_FILE_H */