ruby-changes:71420
From: S-H-GAMELINKS <ko1@a...>
Date: Tue, 15 Mar 2022 09:24:12 +0900 (JST)
Subject: [ruby-changes:71420] f27770679f (master): [DOC]Fix FreeBSD Bugzilla link
https://git.ruby-lang.org/ruby.git/commit/?id=f27770679f From f27770679fcca8e33e88c350012f94973340d009 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS <gamelinks007@g...> Date: Mon, 14 Mar 2022 23:20:30 +0900 Subject: [DOC]Fix FreeBSD Bugzilla link --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cont.c b/cont.c index bf9f4415db..404c4cd04d 100644 --- a/cont.c +++ b/cont.c @@ -260,7 +260,7 @@ static ID fiber_initialize_keywords[2] = {0}; https://github.com/ruby/ruby/blob/trunk/cont.c#L260 /* * FreeBSD require a first (i.e. addr) argument of mmap(2) is not NULL * if MAP_STACK is passed. - * http://www.FreeBSD.org/cgi/query-pr.cgi?pr=158755 + * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=158755 */ #if defined(MAP_STACK) && !defined(__FreeBSD__) && !defined(__FreeBSD_kernel__) #define FIBER_STACK_FLAGS (MAP_PRIVATE | MAP_ANON | MAP_STACK) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/