diff options
author | S-H-GAMELINKS <[email protected]> | 2022-03-19 14:35:12 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-04-14 10:16:45 +0900 |
commit | 3728f83b2d8e9d4705f835a572e6886a74562e8a (patch) | |
tree | 09d3962b157b57201868957ecefbf61ccd84af14 /thread.c | |
parent | 59c81274aaa0ca7fd36635360f10b88aa67efa0a (diff) |
[DOC] Fix SymbolVariantsRelNotes link
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5682
Diffstat (limited to 'thread.c')
-rw-r--r-- | thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3890,7 +3890,7 @@ rb_thread_priority_set(VALUE thread, VALUE prio) * - 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. |