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

ruby-changes:53568

From: k0kubun <ko1@a...>
Date: Sun, 18 Nov 2018 17:23:10 +0900 (JST)
Subject: [ruby-changes:53568] k0kubun:r65784 (trunk): thread.c: rb_fiber_atfork has nothing to do with mjit.c [ci skip]

k0kubun	2018-11-18 17:23:05 +0900 (Sun, 18 Nov 2018)

  New Revision: 65784

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

  Log:
    thread.c: rb_fiber_atfork has nothing to do with mjit.c [ci skip]

  Modified files:
    trunk/thread.c
Index: thread.c
===================================================================
--- thread.c	(revision 65783)
+++ thread.c	(revision 65784)
@@ -4426,7 +4426,6 @@ terminate_atfork_i(rb_thread_t *th, cons https://github.com/ruby/ruby/blob/trunk/thread.c#L4426
     }
 }
 
-/* mjit.c */
 void rb_fiber_atfork(rb_thread_t *);
 void
 rb_thread_atfork(void)

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

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