- Move BROKEN_* upward - Move USES upward - Remove no-op MLINKS and create symlinks for manpages - Sort INSTALLED_SCRIPTS - Regenerate patch files with makepatch: Changes: https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-3-8-released/ PR: 232438 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Security: afc60484-0652-440e-b01a-5ef814747f06 MFH: 2018Q4
11 lines
307 B
C
11 lines
307 B
C
--- thread_pthread.c.orig 2018-03-18 15:27:34 UTC
|
|
+++ thread_pthread.c
|
|
@@ -1155,7 +1155,7 @@ native_sleep(rb_thread_t *th, struct tim
|
|
}
|
|
|
|
#ifdef USE_UBF_LIST
|
|
-static LIST_HEAD(ubf_list_head);
|
|
+static CCAN_LIST_HEAD(ubf_list_head);
|
|
|
|
/* The thread 'th' is registered to be trying unblock. */
|
|
static void
|