mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fixed a comment, wrong binary prefix [ci skip]
This commit is contained in:
parent
cbf52087a2
commit
eaa2de3112
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue