Skip to content

Commit

Permalink
thread_pthread.c: poll.h is already included
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nobu committed Mar 27, 2013
1 parent 6b7478c commit 57123fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions thread_pthread.c
Expand Up @@ -30,9 +30,6 @@
#if defined(__native_client__) && defined(NACL_NEWLIB) #if defined(__native_client__) && defined(NACL_NEWLIB)
# include "nacl/select.h" # include "nacl/select.h"
#endif #endif
#if HAVE_POLL
#include <poll.h>
#endif
#if defined(HAVE_SYS_TIME_H) #if defined(HAVE_SYS_TIME_H)
#include <sys/time.h> #include <sys/time.h>
#endif #endif
Expand Down

0 comments on commit 57123fb

Please sign in to comment.