1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2015-06-14 23:23:48 +00:00
parent 03ced98dfe
commit efb9a0fc18

View file

@ -1,6 +1,5 @@
#include "ruby/ruby.h"
#include "ruby/thread.h"
#include <sys/select.h>
static void*
native_sleep_callback(void *data)