diff options
Diffstat (limited to 'lib/auto/POSIX/atoi.al')
-rw-r--r-- | lib/auto/POSIX/atoi.al | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/auto/POSIX/atoi.al b/lib/auto/POSIX/atoi.al deleted file mode 100644 index 6f18387899..0000000000 --- a/lib/auto/POSIX/atoi.al +++ /dev/null @@ -1,8 +0,0 @@ -# NOTE: Derived from POSIX.pm. Changes made here will be lost. -package POSIX; - -sub atoi { - unimpl "atoi() is C-specific, stopped", caller; -} - -1; |