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/init.c | |
| parent | 8b33f268b67455ded8d35f3c198425562173fa2e (diff) | |
c++ global constructors calling from crt
Diffstat (limited to 'userspace/init.c')
| -rw-r--r-- | userspace/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/userspace/init.c b/userspace/init.c index 84c47a5..57809a6 100644 --- a/userspace/init.c +++ b/userspace/init.c @@ -2,12 +2,9 @@ #include <time.h> #include "put_pixel.h" #include "newcalls.h" -#include <reent.h> - int main(int argc, char **argv) { - _REENT_INIT_PTR(_impure_ptr); char *argv1[]={"xterm","/bin/fsh",0}; char *env1[]={"HOME=/home/miguel","PS1=\033[34m$\033[37m","PWD=/home/miguel","PATH=/bin","TERM=fool-term",0}; |
