opnsense-ports/lang/ruby23/files/patch-thread__pthread.c
Franco Fichtner e4f32b231b lang/ruby23: sync with upstream
Taken from: FreeBSD
2016-07-22 05:22:46 +02:00

11 lines
307 B
C

--- thread_pthread.c.orig 2016-04-15 16:07:07 UTC
+++ thread_pthread.c
@@ -1154,7 +1154,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