diff options
Diffstat (limited to 'lib/auto/POSIX/freopen.al')
-rw-r--r-- | lib/auto/POSIX/freopen.al | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/auto/POSIX/freopen.al b/lib/auto/POSIX/freopen.al deleted file mode 100644 index ed4eca6d67..0000000000 --- a/lib/auto/POSIX/freopen.al +++ /dev/null @@ -1,10 +0,0 @@ -# NOTE: Derived from POSIX.pm. Changes made here will be lost. -package POSIX; - -sub freopen { - unimpl "freopen() is C-specific--use open instead", caller; - unimpl "freopen(xxx)", caller if @_ != 123; - freopen($_[0]); -} - -1; |