From efb9a0fc181e3fec11f51cae405bf261e4fe0697 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 14 Jun 2015 23:23:48 +0000 Subject: call_without_gvl.c: no sys/select.h * ext/-test-/gvl/call_without_gvl/call_without_gvl.c: sys/select.h is included by ruby/define.h if available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/gvl/call_without_gvl/call_without_gvl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/-test-/gvl') diff --git a/ext/-test-/gvl/call_without_gvl/call_without_gvl.c b/ext/-test-/gvl/call_without_gvl/call_without_gvl.c index 0ee64a24ac..f3071d5768 100644 --- a/ext/-test-/gvl/call_without_gvl/call_without_gvl.c +++ b/ext/-test-/gvl/call_without_gvl/call_without_gvl.c @@ -1,6 +1,5 @@ #include "ruby/ruby.h" #include "ruby/thread.h" -#include static void* native_sleep_callback(void *data) -- cgit v1.2.3