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/fsh.c | |
| parent | 8b33f268b67455ded8d35f3c198425562173fa2e (diff) | |
c++ global constructors calling from crt
Diffstat (limited to 'userspace/fsh.c')
| -rw-r--r-- | userspace/fsh.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/userspace/fsh.c b/userspace/fsh.c index 86184e9..0b3acfd 100644 --- a/userspace/fsh.c +++ b/userspace/fsh.c @@ -19,7 +19,6 @@ #include <string.h> #include <errno.h> #include <string.h> -#include <reent.h> #include "interface/fs.h" #include "newcalls.h" @@ -60,7 +59,6 @@ void prompt() int main(int argc, char **argv) { - _REENT_INIT_PTR(_impure_ptr); for(int i=0;i<argc;i++) { |
