diff options
| author | Miguel <m.i@gmx.at> | 2018-10-11 12:33:38 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-11 12:33:38 +0200 |
| commit | 1e5c0baa8cd59f651985ac3a7b41ab2ecbe90b5e (patch) | |
| tree | 9da3bc1effa2b9da6762620971faedf00f7a6247 /userspace/cpp/prep.cpp | |
| parent | 8b33f268b67455ded8d35f3c198425562173fa2e (diff) | |
c++ global constructors calling from crt
Diffstat (limited to 'userspace/cpp/prep.cpp')
| -rw-r--r-- | userspace/cpp/prep.cpp | 8 |
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); -} - |
