diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al')
-rw-r--r-- | Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al b/Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al deleted file mode 100644 index ebb1308211e..00000000000 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/strerror.al +++ /dev/null @@ -1,14 +0,0 @@ -# NOTE: Derived from ..\..\lib\POSIX.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package POSIX; - -#line 528 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\strerror.al)" -sub strerror { - usage "strerror(errno)" if @_ != 1; - local $! = $_[0]; - $! . ""; -} - -# end of POSIX::strerror -1; |