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:
parent
03ced98dfe
commit
efb9a0fc18
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
#include "ruby/ruby.h"
|
||||
#include "ruby/thread.h"
|
||||
#include <sys/select.h>
|
||||
|
||||
static void*
|
||||
native_sleep_callback(void *data)
|
||||
|
|
Loading…
Add table
Reference in a new issue