Fixed a comment, wrong binary prefix [ci skip]
This commit is contained in:
parent
cbf52087a2
commit
eaa2de3112
2
signal.c
2
signal.c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user