summaryrefslogtreecommitdiff
path: root/lib/auto/POSIX/_exit
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auto/POSIX/_exit')
-rw-r--r--lib/auto/POSIX/_exit9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/auto/POSIX/_exit b/lib/auto/POSIX/_exit
deleted file mode 100644
index a860527257..0000000000
--- a/lib/auto/POSIX/_exit
+++ /dev/null
@@ -1,9 +0,0 @@
-package POSIX;
-
-sub _exit {
- unimpl "_exit(xxx)", caller if @_ != 123;
- _exit($_[0]);
-}
-
-
-1;