summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al')
-rw-r--r--Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al b/Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al
index 4364eb48fec..ebb1308211e 100644
--- a/Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al
+++ b/Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al
@@ -3,7 +3,7 @@
# See AutoSplit.pm.
package POSIX;
-#line 534 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\strerror.al)"
+#line 528 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\strerror.al)"
sub strerror {
usage "strerror(errno)" if @_ != 1;
local $! = $_[0];