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