summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-09 14:42:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-09 14:42:15 +0000
commite8c6254680c2759df5d5e22818608fb84003d6c3 (patch)
tree77dc27dd1f2284ddba15666aaec0f4d20986dfbd /thread.c
parent1b6e7a3de2c1c52701c620d5248360cdcb41ee29 (diff)
thread_pthread.c: workaround for valgrind on Mac
* thread.c: revert r59053. * thread_pthread.c (rb_thread_create_timer_thread): needs more stack space for valgrind. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/thread.c b/thread.c
index 4578cbe7f6..74cdf4f3c7 100644
--- a/thread.c
+++ b/thread.c
@@ -77,9 +77,6 @@
#define RUBY_THREAD_PRIORITY_MIN -3
#endif
-#if defined HAVE_VALGRIND_MEMCHECK_H && __APPLE__
-#define THREAD_DEBUG -1
-#endif
#ifndef THREAD_DEBUG
#define THREAD_DEBUG 0
#endif