aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-08 20:47:58 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-08 20:47:58 +0000
commit3e14cdc45b43a0d8a39b0bac66349441cdb34e5d (patch)
treec076631129ee1be6cc9c84d0e5437e60d2e1a499
parenta402e84effaa72cfe646fa98fe0a03161c8f224d (diff)
downloadruby-3e14cdc45b43a0d8a39b0bac66349441cdb34e5d.tar.gz
thread_pthread.h: remove unneeded semaphore.h include
* thread_pthread.h: remove unneeded semaphore.h include We currently do not use POSIX semaphores. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--thread_pthread.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 617434272f..0f15598301 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 9 05:41:40 2014 Eric Wong <e@80x24.org>
+
+ * thread_pthread.h: remove unneeded semaphore.h include
+
Wed Jul 9 00:12:28 2014 Keiju Ishitsuka <keiju@ishitsuka.com>
* lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar.
diff --git a/thread_pthread.h b/thread_pthread.h
index d1679f8df3..0717ecb326 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -27,8 +27,6 @@ typedef struct native_thread_data_struct {
rb_nativethread_cond_t sleep_cond;
} native_thread_data_t;
-#include <semaphore.h>
-
#undef except
#undef try
#undef leave