mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
thread_pthread.c: poll.h is already included
* thread_pthread.c (poll.h): already included in ruby/io.h from thread.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6b7478c4bd
commit
57123fb2f1
1 changed files with 0 additions and 3 deletions
|
@ -30,9 +30,6 @@
|
|||
#if defined(__native_client__) && defined(NACL_NEWLIB)
|
||||
# include "nacl/select.h"
|
||||
#endif
|
||||
#if HAVE_POLL
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#if defined(HAVE_SYS_TIME_H)
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue