diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/unlink.al')
-rw-r--r-- | Master/tlpkg/tlperl/lib/auto/POSIX/unlink.al | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/unlink.al b/Master/tlpkg/tlperl/lib/auto/POSIX/unlink.al index 9a9a0b668b6..898b787193e 100644 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/unlink.al +++ b/Master/tlpkg/tlperl/lib/auto/POSIX/unlink.al @@ -3,7 +3,7 @@ # See AutoSplit.pm. package POSIX; -#line 749 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\unlink.al)" +#line 743 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\unlink.al)" sub unlink { usage "unlink(filename)" if @_ != 1; CORE::unlink($_[0]); |