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