summaryrefslogtreecommitdiff
path: root/userspace/cpp/prep.cpp
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-11 12:33:38 +0200
committerMiguel <m.i@gmx.at>2018-10-11 12:33:38 +0200
commit1e5c0baa8cd59f651985ac3a7b41ab2ecbe90b5e (patch)
tree9da3bc1effa2b9da6762620971faedf00f7a6247 /userspace/cpp/prep.cpp
parent8b33f268b67455ded8d35f3c198425562173fa2e (diff)
c++ global constructors calling from crt
Diffstat (limited to 'userspace/cpp/prep.cpp')
-rw-r--r--userspace/cpp/prep.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/userspace/cpp/prep.cpp b/userspace/cpp/prep.cpp
deleted file mode 100644
index a09adbe..0000000
--- a/userspace/cpp/prep.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <reent.h>
-#include <cstring>
-
-void prep()
-{
-_REENT_INIT_PTR(_impure_ptr);
-}
-