Fixed a comment, wrong binary prefix [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-07-11 15:19:03 +09:00
parent cbf52087a2
commit eaa2de3112
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -527,7 +527,7 @@ typedef RETSIGTYPE ruby_sigaction_t(int);
static int
rb_sigaltstack_size(void)
{
/* XXX: BSD_vfprintf() uses >1500KiB stack and x86-64 need >5KiB stack. */
/* XXX: BSD_vfprintf() uses >1500B stack and x86-64 need >5KiB stack. */
int size = 16*1024;
#ifdef MINSIGSTKSZ