summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/stat.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/stat.al')
-rw-r--r--Master/tlpkg/tlperl/lib/auto/POSIX/stat.al2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/stat.al b/Master/tlpkg/tlperl/lib/auto/POSIX/stat.al
index 23373a26950..7106b62e7c3 100644
--- a/Master/tlpkg/tlperl/lib/auto/POSIX/stat.al
+++ b/Master/tlpkg/tlperl/lib/auto/POSIX/stat.al
@@ -3,7 +3,7 @@
# See AutoSplit.pm.
package POSIX;
-#line 596 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\stat.al)"
+#line 590 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\stat.al)"
sub stat {
usage "stat(filename)" if @_ != 1;
CORE::stat($_[0]);