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