From ae3905ebeb415e12667777463e36df6e00ca992c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 22 Sep 2022 17:36:18 +0300 Subject: add assign syscall skeleton --- common/uapi/conf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/uapi/conf.c') diff --git a/common/uapi/conf.c b/common/uapi/conf.c index bf4b42c..867d182 100644 --- a/common/uapi/conf.c +++ b/common/uapi/conf.c @@ -12,6 +12,8 @@ #include #include +/** \todo stack size should really be set on a per-thread basis, and are the + * conf*-syscalls even necessary? */ size_t __thread_stack_size = SZ_2M; size_t __call_stack_size = SZ_2M; -- cgit v1.3