[前][次][番号順一覧][スレッド一覧]

ruby-changes:62186

From: Nobuyoshi <ko1@a...>
Date: Sat, 11 Jul 2020 15:21:47 +0900 (JST)
Subject: [ruby-changes:62186] eaa2de3112 (master): Fixed a comment, wrong binary prefix [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=eaa2de3112

From eaa2de3112397443181881b9c55e54cd7b701d86 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 11 Jul 2020 15:19:03 +0900
Subject: Fixed a comment, wrong binary prefix [ci skip]


diff --git a/signal.c b/signal.c
index daf0123..7f8687e 100644
--- a/signal.c
+++ b/signal.c
@@ -527,7 +527,7 @@ typedef RETSIGTYPE ruby_sigaction_t(int); https://github.com/ruby/ruby/blob/trunk/signal.c#L527
 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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]