ruby-changes:27913
From: nobu <ko1@a...>
Date: Wed, 27 Mar 2013 15:17:47 +0900 (JST)
Subject: [ruby-changes:27913] nobu:r39965 (trunk): thread_pthread.c: poll.h is already included
nobu 2013-03-27 15:17:36 +0900 (Wed, 27 Mar 2013) New Revision: 39965 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39965 Log: thread_pthread.c: poll.h is already included * thread_pthread.c (poll.h): already included in ruby/io.h from thread.c. Modified files: trunk/thread_pthread.c Index: thread_pthread.c =================================================================== --- thread_pthread.c (revision 39964) +++ thread_pthread.c (revision 39965) @@ -30,9 +30,6 @@ https://github.com/ruby/ruby/blob/trunk/thread_pthread.c#L30 #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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/