aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-05 06:04:02 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-05 06:04:02 +0000
commit9e9e299cd42781fce8dd34c7c85f4c972e056a13 (patch)
tree4f410ef35288634cfb60ffcfc0d8ce1751fd488a /thread_pthread.c
parent450f1546ff08c84c85c76776774a4a9e95788c75 (diff)
downloadruby-9e9e299cd42781fce8dd34c7c85f4c972e056a13.tar.gz
define ubf_list_atfork() as empty on cygwin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index f5107bd7af..7f57435698 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -1380,6 +1380,7 @@ ubf_wakeup_all_threads(void)
#define ubf_select 0
static void ubf_wakeup_all_threads(void) { return; }
static int ubf_threads_empty(void) { return 1; }
+#define ubf_list_atfork() do {} while (0)
#endif /* USE_UBF_LIST */
#define TT_DEBUG 0