From 1e5c0baa8cd59f651985ac3a7b41ab2ecbe90b5e Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 11 Oct 2018 12:33:38 +0200 Subject: c++ global constructors calling from crt --- userspace/fsh.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'userspace/fsh.c') 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 #include #include -#include #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