diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-22 17:36:18 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-22 17:36:18 +0300 |
| commit | ae3905ebeb415e12667777463e36df6e00ca992c (patch) | |
| tree | 18d1c528a16fafeeb0b2c15d6c54a0077c573f9d /common/uapi/conf.c | |
| parent | ba8c7b300fbbf062453ef8858fac0f84dd25a518 (diff) | |
| download | kmi-ae3905ebeb415e12667777463e36df6e00ca992c.tar.gz kmi-ae3905ebeb415e12667777463e36df6e00ca992c.zip | |
add assign syscall skeleton
Diffstat (limited to 'common/uapi/conf.c')
| -rw-r--r-- | common/uapi/conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <apos/sizes.h> #include <apos/uapi.h> +/** \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; |
