mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix SymbolVariantsRelNotes link
This commit is contained in:
parent
59c81274aa
commit
3728f83b2d
Notes:
git
2022-04-14 10:17:05 +09:00
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue