mirror of https://github.com/grpc/grpc.git
_SC_THREAD_STACK_MIN is intended to be used as an argument to sysconf and not by itself. This may have slipped past testing on x86 due to the round up to page size, but failed on aarch64 because aarch64 has conservative stack guard requirements to account for different page sizes (4K and 64K). Sysconfs get used correctly elsewhere in this file, so this is likely just a typo. Signed-off-by: Siddhesh Poyarekar <siddhesh@linaro.org>pull/20424/head
parent
bdc86d36b7
commit
656ed62d0f
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue