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