summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/fcntl.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/fcntl.al')
-rw-r--r--Master/tlpkg/tlperl/lib/auto/POSIX/fcntl.al2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/fcntl.al b/Master/tlpkg/tlperl/lib/auto/POSIX/fcntl.al
index 4ee8654751c..3eb3062a3f9 100644
--- a/Master/tlpkg/tlperl/lib/auto/POSIX/fcntl.al
+++ b/Master/tlpkg/tlperl/lib/auto/POSIX/fcntl.al
@@ -3,7 +3,7 @@
# See AutoSplit.pm.
package POSIX;
-#line 146 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\fcntl.al)"
+#line 140 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\fcntl.al)"
sub fcntl {
usage "fcntl(filehandle, cmd, arg)" if @_ != 3;
CORE::fcntl($_[0], $_[1], $_[2]);