diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-27 06:17:36 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-27 06:17:36 +0000 |
commit | 57123fb2f1a3a869c158840afa358423b7a07a21 (patch) | |
tree | 37a64f22630beba2f82e57a0b4e5e05f5baa4396 /thread_pthread.c | |
parent | 6b7478c4bd7cc844079f2b02fd350975fb7a0bba (diff) |
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
Diffstat (limited to 'thread_pthread.c')
-rw-r--r-- | thread_pthread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/thread_pthread.c b/thread_pthread.c index 78e662ec6e..59fd90251e 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -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 |