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