summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_resume_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_resume_np.c')
-rw-r--r--lib/libthr/thread/thr_resume_np.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_resume_np.c b/lib/libthr/thread/thr_resume_np.c
index b477a66..50b561a 100644
--- a/lib/libthr/thread/thr_resume_np.c
+++ b/lib/libthr/thread/thr_resume_np.c
@@ -87,5 +87,5 @@ resume_common(struct pthread *thread)
/* Clear the suspend flag: */
thread->flags &= ~THR_FLAGS_NEED_SUSPEND;
thread->cycle++;
- _thr_umtx_wake(&thread->cycle, 1);
+ _thr_umtx_wake(&thread->cycle, 1, 0);
}
OpenPOWER on IntegriCloud