summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 1d2f74008b..84b574ff3c 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -4482,6 +4482,18 @@ rb_w32_uchown(const char *path, int owner, int group)
return 0;
}
+int
+lchown(const char *path, int owner, int group)
+{
+ return 0;
+}
+
+int
+rb_w32_ulchown(const char *path, int owner, int group)
+{
+ return 0;
+}
+
/* License: Ruby's */
int
kill(int pid, int sig)