View | Details | Raw Unified | Return to bug 32295
Collapse All | Expand All

(-)lib/libc_r/uthread/uthread_sig.c (-1 / +3 lines)
Lines 160-167 Link Here
160
			_thread_sigq[sig - 1].signo = sig;
160
			_thread_sigq[sig - 1].signo = sig;
161
			_sigq_check_reqd = 1;
161
			_sigq_check_reqd = 1;
162
		}
162
		}
163
		else
163
		else {
164
			DBG_MSG("Got signal %d, ignored.\n", sig);
164
			DBG_MSG("Got signal %d, ignored.\n", sig);
165
			_sigq_check_reqd = 1;
166
		}
165
	}
167
	}
166
	/*
168
	/*
167
	 * The signal handlers should have been installed so that they
169
	 * The signal handlers should have been installed so that they

Return to bug 32295