diff options
Diffstat (limited to 'Master/tlpkg/tlperl.old/lib/auto/POSIX/errno.al')
-rw-r--r-- | Master/tlpkg/tlperl.old/lib/auto/POSIX/errno.al | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/tlpkg/tlperl.old/lib/auto/POSIX/errno.al b/Master/tlpkg/tlperl.old/lib/auto/POSIX/errno.al deleted file mode 100644 index c57abdc4c3b..00000000000 --- a/Master/tlpkg/tlperl.old/lib/auto/POSIX/errno.al +++ /dev/null @@ -1,13 +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 120 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\errno.al)" -sub errno { - usage "errno()" if @_ != 0; - $! + 0; -} - -# end of POSIX::errno -1; |