diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-24 23:30:12 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-24 23:30:12 +0200 |
| commit | 8ea3e244d44190e44a092ffb004e13ad94174c68 (patch) | |
| tree | 2365b0ec35b4fbdc82d49bcefc014fc8af59b251 /userspace/sys/syscalls.c | |
| parent | 1b64f1e69bfbffc0e70ba3a1baff00ed3fd8cb51 (diff) | |
porting ncurses...
Diffstat (limited to 'userspace/sys/syscalls.c')
| -rw-r--r-- | userspace/sys/syscalls.c | 3 |
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) |
