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

ruby-changes:53445

From: nobu <ko1@a...>
Date: Sun, 11 Nov 2018 09:46:35 +0900 (JST)
Subject: [ruby-changes:53445] nobu:r65661 (trunk): Revert "Use friendlier terminology in rubysocket.h comment"

nobu	2018-11-11 09:46:30 +0900 (Sun, 11 Nov 2018)

  New Revision: 65661

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65661

  Log:
    Revert "Use friendlier terminology in rubysocket.h comment"
    
    This reverts commit dcd41bbbdb021b5e0e74f8a33c2c58cecf595f29.

  Modified files:
    trunk/ext/socket/rubysocket.h
Index: ext/socket/rubysocket.h
===================================================================
--- ext/socket/rubysocket.h	(revision 65660)
+++ ext/socket/rubysocket.h	(revision 65661)
@@ -408,7 +408,7 @@ NORETURN(void rsock_sys_fail_raddrinfo_o https://github.com/ruby/ruby/blob/trunk/ext/socket/rubysocket.h#L408
  * all cases.  For some syscalls (e.g. accept/accept4), blocking on the
  * syscall instead of relying on select/poll allows the kernel to use
  * "wake-one" behavior and avoid the thundering herd problem.
- * This is likely safe on all other *nix-like systems, so this safe list
+ * This is likely safe on all other *nix-like systems, so this whitelist
  * can be expanded by interested parties.
  */
 #if defined(__linux__)

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

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