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

ruby-changes:53563

From: normal <ko1@a...>
Date: Sun, 18 Nov 2018 12:37:10 +0900 (JST)
Subject: [ruby-changes:53563] normal:r65779 (trunk): io.c: include vm_core.h for VM_UNREACHABLE

normal	2018-11-18 12:37:04 +0900 (Sun, 18 Nov 2018)

  New Revision: 65779

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

  Log:
    io.c: include vm_core.h for VM_UNREACHABLE
    
    Thanks to Greg L <greg.mpls@g...> for the report

  Modified files:
    trunk/io.c
Index: io.c
===================================================================
--- io.c	(revision 65778)
+++ io.c	(revision 65779)
@@ -10707,6 +10707,7 @@ nogvl_wait_for_single_fd(int fd, short e https://github.com/ruby/ruby/blob/trunk/io.c#L10707
     return poll(&fds, 1, -1);
 }
 #else /* !USE_POLL */
+#  include "vm_core.h"
 #  define IOWAIT_SYSCALL "select"
 static int
 nogvl_wait_for_single_fd(int fd, short events)

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

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