1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
6 #line 133 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/fcntl.al)"
8 usage "fcntl(filehandle, cmd, arg)" if @_ != 3;
9 CORE::fcntl($_[0], $_[1], $_[2]);