summaryrefslogtreecommitdiff
path: root/src/include/gc/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gc/syscall.h')
-rw-r--r--src/include/gc/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gc/syscall.h b/src/include/gc/syscall.h
index 9ac6748..e6005c1 100644
--- a/src/include/gc/syscall.h
+++ b/src/include/gc/syscall.h
@@ -25,6 +25,8 @@ struct user_sendrequest {
int errcode;
};
+#define NEW_STACK_SIZE 0x8000
+
void thread_exit();
void schedule();
void thread_sleep(int time);