Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / chmod.al
blobd3c5aac00651d1672046938156cc13b1a824f058
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 560 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/chmod.al)"
7 sub chmod {
8     usage "chmod(mode, filename)" if @_ != 2;
9     CORE::chmod($_[0], $_[1]);
12 # end of POSIX::chmod