]> git.proxmox.com Git - wasi-libc.git/commit
setup_default_stack_size: set __default_stacksize unconditionally (#396)
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Wed, 22 Feb 2023 15:02:50 +0000 (00:02 +0900)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2023 15:02:50 +0000 (07:02 -0800)
commitb67d6b261db9621165042148075fd93a98b5ae0f
treebc5137cdfbf60271b8d757ede74f34a4958ffa35
parent8daaba387ce70a6088afe3916e9e16ed1c2bc630
setup_default_stack_size: set __default_stacksize unconditionally (#396)

If a user specifies a small stack size for the main,
maybe it's reasonable to use the same size for threads as well.
libc-top-half/musl/src/env/__init_tls.c