diff options
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; |
