From c0144a2fbb5f5b7b90c8ab29a79653ce0a4319af Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 8 Jun 2010 09:02:21 +0000 Subject: merge revision(s) 27983: * io.c, eval.c, process.c: remove all condition of r26371. now, all platform use the same way. [Bug #3278][ruby-core:30167] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@28222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 8abfbb8af6..e92b821dd3 100644 --- a/eval.c +++ b/eval.c @@ -12352,9 +12352,6 @@ rb_thread_start_timer() safe_mutex_lock(&time_thread.lock); if (pthread_create(&time_thread.thread, 0, thread_timer, args) == 0) { thread_init = 1; -#if !defined(__NetBSD__) && !defined(__APPLE__) && !defined(linux) - pthread_atfork(0, 0, rb_thread_stop_timer); -#endif pthread_cond_wait(&start, &time_thread.lock); } pthread_cleanup_pop(1); -- cgit v1.2.3