From 6077cee24228562d15e285d132213eeb718439b7 Mon Sep 17 00:00:00 2001 From: mini Date: Mon, 16 Sep 2002 19:52:52 +0000 Subject: Make libpthread KSE aware. Reviewed by: deischen, julian Approved by: -arch --- lib/libkse/thread/thr_priority_queue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libkse/thread/thr_priority_queue.c') diff --git a/lib/libkse/thread/thr_priority_queue.c b/lib/libkse/thread/thr_priority_queue.c index b938a3c..1c1b269e 100644 --- a/lib/libkse/thread/thr_priority_queue.c +++ b/lib/libkse/thread/thr_priority_queue.c @@ -70,8 +70,8 @@ static int _pq_active = 0; } while (0) #define _PQ_ASSERT_PROTECTED(msg) \ PTHREAD_ASSERT((_thread_kern_in_sched != 0) || \ - ((_get_curthread())->sig_defer_count > 0) ||\ - (_sig_in_handler != 0), msg); + ((_get_curthread())->sig_defer_count > 0), \ + msg); #else -- cgit v1.1