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

ruby-changes:71724

From: S-H-GAMELINKS <ko1@a...>
Date: Thu, 14 Apr 2022 10:17:01 +0900 (JST)
Subject: [ruby-changes:71724] 3728f83b2d (master): [DOC] Fix SymbolVariantsRelNotes link

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

From 3728f83b2d8e9d4705f835a572e6886a74562e8a Mon Sep 17 00:00:00 2001
From: S-H-GAMELINKS <gamelinks007@g...>
Date: Sat, 19 Mar 2022 14:35:12 +0900
Subject: [DOC] Fix SymbolVariantsRelNotes link

---
 thread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thread.c b/thread.c
index def684fd56..1d32d6dc15 100644
--- a/thread.c
+++ b/thread.c
@@ -3890,7 +3890,7 @@ rb_thread_priority_set(VALUE thread, VALUE prio) https://github.com/ruby/ruby/blob/trunk/thread.c#L3890
  * - Mac OS X 10.7 (Lion)
  *   select(2) returns EINVAL if nfds is greater than FD_SET_SIZE and
  *   _DARWIN_UNLIMITED_SELECT (or _DARWIN_C_SOURCE) isn't defined.
- *   http://developer.apple.com/library/mac/#releasenotes/Darwin/SymbolVariantsRelNotes/_index.html
+ *   https://developer.apple.com/library/archive/releasenotes/Darwin/SymbolVariantsRelNotes/index.html
  *
  * When fd_set is not big enough to hold big file descriptors,
  * it should be allocated dynamically.
-- 
cgit v1.2.1


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

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