summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-22 04:02:15 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-22 04:02:15 +0000
commitb990f8c8eb4a74efc0bfc3103a9910ad3c79c062 (patch)
tree9c5909efb9db5ef1dff16844b6091bf29be3e277 /dosish.h
parent2a321948466e7bb48bfd30dd6612a9a479df612a (diff)
downloadperl-b990f8c8eb4a74efc0bfc3103a9910ad3c79c062.tar.gz
[win32] support chown() (just a noop for now)
p4raw-id: //depot/win32/perl@570
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dosish.h b/dosish.h
index 9abbc5ebbf..319ba86142 100644
--- a/dosish.h
+++ b/dosish.h
@@ -121,6 +121,7 @@
# define HAS_UTIME
# define HAS_KILL
# define HAS_WAIT
+# define HAS_CHOWN
/*
* This provides a layer of functions and macros to ensure extensions will
* get to use the same RTL functions as the core.