From 9b653b820ceed7c79ff465ada722c9b28a49b089 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 30 May 2007 00:41:32 +0000 Subject: * thread_pthread.ci (thread_timer): must not be applied to trunk. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.ci | 5 ----- 1 file changed, 5 deletions(-) (limited to 'thread_pthread.ci') diff --git a/thread_pthread.ci b/thread_pthread.ci index 61ef65a47..43dac0be5 100644 --- a/thread_pthread.ci +++ b/thread_pthread.ci @@ -462,11 +462,6 @@ static void timer_thread_function(void); static void * thread_timer(void *dummy) { - sigset_t all_signals; - - sigfillset(&all_signals); - pthread_sigmask(SIG_BLOCK, &all_signals, 0); - while (system_working) { #ifdef HAVE_NANOSLEEP struct timespec req, rem; -- cgit