Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / fcntl.al
blob8b4178f41cca9df6ce451b40a93ee7fbd6ff7a7c
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 133 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/fcntl.al)"
7 sub fcntl {
8     usage "fcntl(filehandle, cmd, arg)" if @_ != 3;
9     CORE::fcntl($_[0], $_[1], $_[2]);
12 # end of POSIX::fcntl