summaryrefslogtreecommitdiff
path: root/userspace/sys/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/sys/syscalls.c')
-rw-r--r--userspace/sys/syscalls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/sys/syscalls.c b/userspace/sys/syscalls.c
index 4b29451..c3ff909 100644
--- a/userspace/sys/syscalls.c
+++ b/userspace/sys/syscalls.c
@@ -1,6 +1,7 @@
#include "kernel/syscalls.h"
-char **environ;
+extern char **environ;
+//struct _reent *_impure_ptr;
// generic syscall interface!
int syscall(int call, int p1, int p2, int p3)