mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +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
|
static int
|
||||||
rb_sigaltstack_size(void)
|
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;
|
int size = 16*1024;
|
||||||
|
|
||||||
#ifdef MINSIGSTKSZ
|
#ifdef MINSIGSTKSZ
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue