diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-22 04:02:15 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-22 04:02:15 +0000 |
commit | b990f8c8eb4a74efc0bfc3103a9910ad3c79c062 (patch) | |
tree | 9c5909efb9db5ef1dff16844b6091bf29be3e277 /dosish.h | |
parent | 2a321948466e7bb48bfd30dd6612a9a479df612a (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |