summaryrefslogtreecommitdiff
path: root/userspace/fsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/fsh.c')
-rw-r--r--userspace/fsh.c2
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++)
{